![]() |
Rosetta Utilities
2014.35
|
#include <Arithmetic.hh>
Public Member Functions | |
VariableToken () | |
VariableToken (std::string const &name) | |
virtual TokenType | type () const |
virtual std::string | to_string () const |
std::string | name () const |
void | name (std::string const &name) |
![]() | |
virtual | ~Token () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Private Attributes | |
std::string | name_ |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
numeric::expression_parser::VariableToken::VariableToken | ( | ) |
numeric::expression_parser::VariableToken::VariableToken | ( | std::string const & | name | ) |
std::string numeric::expression_parser::VariableToken::name | ( | ) | const |
void numeric::expression_parser::VariableToken::name | ( | std::string const & | name | ) |
|
virtual |
Implements numeric::expression_parser::Token.
References name_.
|
virtual |
Implements numeric::expression_parser::Token.
References numeric::expression_parser::VARIABLE.
|
private |
Referenced by name(), and to_string().