![]() |
Rosetta Utilities
2014.16.56682
|
#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) |
Public Member Functions inherited from numeric::expression_parser::Token | |
| virtual | ~Token () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
Public Member Functions inherited from utility::pointer::ReferenceCount | |
| void | ctor () |
| virtual | ~ReferenceCount () |
| Destructor. More... | |
| Size | ref_count () const |
| Reference count. More... | |
Private Attributes | |
| std::string | name_ |
Additional Inherited Members | |
Public Types inherited from utility::pointer::ReferenceCount | |
| typedef platform::Size | Size |
| typedef platform::Size | size_type |
Protected Member Functions inherited from utility::pointer::ReferenceCount | |
| 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().
1.8.7