group of alternative relations More...
#include <cupt/cache/relation.hpp>
Inherits std::vector< T >.
Public Member Functions | |
| string | toString () const |
| gets the string representation | |
| string | getHashString () const |
| fast function to get unique, not human-readable identifier | |
| RelationExpression () | |
| default constructor | |
| RelationExpression (const string &input) | |
| constructor | |
| RelationExpression (pair< string::const_iterator, string::const_iterator > input) | |
| constructor | |
| RelationExpression (RelationExpression &&) | |
| copy constructor from rvalue reference | |
| virtual | ~RelationExpression () |
| destructor | |
group of alternative relations
default constructor
Builds RelationExpression containing no relations.
| cupt::cache::RelationExpression::RelationExpression | ( | const string & | input | ) | [explicit] |
constructor
| input | string representation |
| cupt::cache::RelationExpression::RelationExpression | ( | pair< string::const_iterator, string::const_iterator > | input | ) | [explicit] |
constructor
| input | pair of begin iterator and end iterator of string representation |
1.7.6.1