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