group of alternative architectured relation expressions More...
#include <cupt/cache/relation.hpp>
Inherits std::vector< T >.
Public Member Functions | |
| string | toString () const |
| gets the string representation | |
| ArchitecturedRelationExpression () | |
| default constructor | |
| ArchitecturedRelationExpression (const string &input) | |
| constructor | |
| ArchitecturedRelationExpression (pair< string::const_iterator, string::const_iterator > input) | |
| constructor | |
| ArchitecturedRelationExpression (ArchitecturedRelationExpression &&) | |
| copy constructor from rvalue reference | |
| virtual | ~ArchitecturedRelationExpression () |
| destructor | |
group of alternative architectured relation expressions
default constructor
Builds ArchitecturedRelationExpression containing no relations.
| cupt::cache::ArchitecturedRelationExpression::ArchitecturedRelationExpression | ( | const string & | input | ) | [explicit] |
constructor
| input | string representation |
| cupt::cache::ArchitecturedRelationExpression::ArchitecturedRelationExpression | ( | pair< string::const_iterator, string::const_iterator > | input | ) |
constructor
| input | pair of begin iterator and end iterator of string representation |
1.7.6.1