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

group of alternative relations More...

#include <cupt/cache/relation.hpp>

Inherits std::vector< T >.

List of all members.

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
 RelationExpression (const string &input)
 constructor
 RelationExpression (pair< string::const_iterator, string::const_iterator > input)
 constructor
 RelationExpression (RelationExpression &&)
 RelationExpression (const RelationExpression &)
RelationExpressionoperator= (RelationExpression &&)
RelationExpressionoperator= (const RelationExpression &)
virtual ~RelationExpression ()
 destructor

Detailed Description

group of alternative relations


Constructor & Destructor Documentation

default constructor

Builds RelationExpression containing no relations.

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

constructor

Parameters:
inputstring representation
cupt::cache::RelationExpression::RelationExpression ( 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: