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

group of alternative architectured 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
 ArchitecturedRelationExpression ()
 default constructor
 ArchitecturedRelationExpression (const string &input)
 constructor
 ArchitecturedRelationExpression (pair< string::const_iterator, string::const_iterator > input)
 constructor
 ArchitecturedRelationExpression (ArchitecturedRelationExpression &&)
 ArchitecturedRelationExpression (const ArchitecturedRelationExpression &)
ArchitecturedRelationExpressionoperator= (ArchitecturedRelationExpression &&)
ArchitecturedRelationExpressionoperator= (const ArchitecturedRelationExpression &)
virtual ~ArchitecturedRelationExpression ()
 destructor

Detailed Description

group of alternative architectured relation expressions


Constructor & Destructor Documentation

default constructor

Builds ArchitecturedRelationExpression containing no relations.

constructor

Parameters:
inputstring representation
cupt::cache::ArchitecturedRelationExpression::ArchitecturedRelationExpression ( pair< string::const_iterator, string::const_iterator >  input)

constructor

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

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