array of relation expressions More...
#include <cupt/cache/relation.hpp>
Inherits std::vector< T >.
Public Member Functions | |
| string | toString () const |
| gets the string representation | |
| RelationLine () | |
| default constructor | |
| RelationLine (const string &input) | |
| constructor | |
| RelationLine (pair< string::const_iterator, string::const_iterator > input) | |
| constructor | |
| RelationLine & | operator= (RelationLine &&other) |
| operator= from the rvalue reference | |
| virtual | ~RelationLine () |
| destructor | |
array of relation expressions
default constructor
Builds RelationLine containing no relation expressions.
| cupt::cache::RelationLine::RelationLine | ( | const string & | input | ) | [explicit] |
constructor
| input | string representation |
| cupt::cache::RelationLine::RelationLine | ( | 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