#include <CStringLiteral.h>
Public Types | |
typedef std::string | literal_type |
Type for string literals. | |
Public Member Functions | |
CStringLiteral () | |
Default constructor. | |
~CStringLiteral () | |
Destructor. | |
literal_type | operator() () const |
Return string literal depending on LitCode. | |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
template<> | |
CStringLiteral::literal_type | operator() () const |
typedef std::string polybori::CStringLiteral< LitCode >::literal_type |
Type for string literals.
polybori::CStringLiteral< LitCode >::CStringLiteral | ( | ) | [inline] |
Default constructor.
polybori::CStringLiteral< LitCode >::~CStringLiteral | ( | ) | [inline] |
Destructor.
literal_type polybori::CStringLiteral< LitCode >::operator() | ( | ) | const |
Return string literal depending on LitCode.
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::empty >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::space >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::plus >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::term_separator >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::times >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::comma >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::list_separator >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::default_variable_name >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::variable_head >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::variable_tail >::operator() | ( | ) | const [inline] |
CStringLiteral::literal_type polybori::CStringLiteral< CLiteralCodes::between_list_separator >::operator() | ( | ) | const [inline] |