Cupt
Public Member Functions
cupt::cache::RelationLine Struct Reference

array of relation expressions More...

#include <cupt/cache/relation.hpp>

Inherits std::vector< T >.

List of all members.

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 (RelationLine &&)
 RelationLine (const RelationLine &)
RelationLineoperator= (RelationLine &&)
RelationLineoperator= (const RelationLine &)
virtual ~RelationLine ()
 destructor

Detailed Description

array of relation expressions


Constructor & Destructor Documentation

default constructor

Builds RelationLine containing no relation expressions.

cupt::cache::RelationLine::RelationLine ( const string &  input) [explicit]

constructor

Parameters:
inputstring representation
cupt::cache::RelationLine::RelationLine ( pair< string::const_iterator, string::const_iterator >  input) [explicit]

constructor

Parameters:
inputpair of begin iterator and end iterator of string representation

The documentation for this struct was generated from the following file: