array of relation expressions
More...
#include <cupt/cache/relation.hpp>
Inherits std::vector< T >.
Additional Inherited Members |
T | elements |
| STL member.
|
Detailed Description
array of relation expressions
Constructor & Destructor Documentation
cupt::cache::RelationLine::RelationLine |
( |
| ) |
|
default constructor
Builds RelationLine containing no relation expressions.
cupt::cache::RelationLine::RelationLine |
( |
const string & |
input | ) |
|
|
explicit |
constructor
- Parameters
-
input | string representation |
cupt::cache::RelationLine::RelationLine |
( |
pair< string::const_iterator, string::const_iterator > |
input | ) |
|
|
explicit |
constructor
- Parameters
-
input | pair of begin iterator and end iterator of string representation |
The documentation for this struct was generated from the following file: