Cupt
|
group of alternative relations More...
#include <cupt/cache/relation.hpp>
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 More... | |
RelationExpression (const string &input) | |
constructor More... | |
RelationExpression (pair< const char *, const char * > input) | |
constructor More... | |
RelationExpression (RelationExpression &&)=default | |
RelationExpression (const RelationExpression &)=default | |
RelationExpression & | operator= (RelationExpression &&)=default |
RelationExpression & | operator= (const RelationExpression &)=default |
virtual | ~RelationExpression () |
destructor | |
group of alternative relations
cupt::cache::RelationExpression::RelationExpression | ( | ) |
default constructor
Builds RelationExpression containing no relations.
|
explicit |
constructor
input | string representation |
|
explicit |
constructor
input | pair of begin iterator and end iterator of string representation |