Cupt
|
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 &&) | |
RelationExpression (const RelationExpression &) | |
RelationExpression & | operator= (RelationExpression &&) |
RelationExpression & | operator= (const RelationExpression &) |
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 |