|
Cupt
|
array of relation expressions More...
#include <cupt/cache/relation.hpp>
Public Member Functions | |
| string | toString () const |
| gets the string representation | |
| RelationLine () | |
| default constructor More... | |
| RelationLine (const string &input) | |
| constructor More... | |
| RelationLine (pair< const char *, const char * > input) | |
| constructor More... | |
| RelationLine (RelationLine &&)=default | |
| RelationLine (const RelationLine &)=default | |
| RelationLine & | operator= (RelationLine &&) |
| RelationLine & | operator= (const RelationLine &)=default |
| virtual | ~RelationLine () |
| destructor | |
Additional Inherited Members | |
Public Attributes inherited from std::vector< T > | |
| T | elements |
| STL member. | |
array of relation expressions
| cupt::cache::RelationLine::RelationLine | ( | ) |
default constructor
Builds RelationLine containing no relation expressions.
|
explicit |
constructor
| input | string representation |
|
explicit |
constructor
| input | pair of begin iterator and end iterator of string representation |
1.8.5