A struct that represents an attribute restriction. More...
#include <AttributeRestrictionVisitor.h>
Public Member Functions | |
| AttributeRestriction () | |
| Default constructor. | |
| ~AttributeRestriction () | |
| Destructor. | |
Public Attributes | |
| const Function * | m_function |
| The function that represents the attribute restriction. | |
| std::size_t | m_index |
| Internal index of the attribute restriction. | |
| std::string | m_op |
| The attribute restriction operator. | |
A struct that represents an attribute restriction.
Definition at line 50 of file AttributeRestrictionVisitor.h.
| te::da::AttributeRestriction::AttributeRestriction | ( | ) |
Default constructor.
| te::da::AttributeRestriction::~AttributeRestriction | ( | ) |
Destructor.
| const Function* te::da::AttributeRestriction::m_function |
The function that represents the attribute restriction.
Definition at line 60 of file AttributeRestrictionVisitor.h.
| std::size_t te::da::AttributeRestriction::m_index |
Internal index of the attribute restriction.
Definition at line 58 of file AttributeRestrictionVisitor.h.
| std::string te::da::AttributeRestriction::m_op |
The attribute restriction operator.
Definition at line 59 of file AttributeRestrictionVisitor.h.