Cupt
Public Member Functions | List of all members
cupt::cache::RelationLine Struct Reference

array of relation expressions More...

#include <cupt/cache/relation.hpp>

Inheritance diagram for cupt::cache::RelationLine:

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

Detailed Description

array of relation expressions

Constructor & Destructor Documentation

◆ RelationLine() [1/3]

cupt::cache::RelationLine::RelationLine ( )

default constructor

Builds RelationLine containing no relation expressions.

◆ RelationLine() [2/3]

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

constructor

Parameters
inputstring representation

◆ RelationLine() [3/3]

cupt::cache::RelationLine::RelationLine ( pair< const char *, const char * >  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: