![]() |
Rosetta Utilities
2014.16.56682
|
#include <Arithmetic.hh>
Public Member Functions | |
| SimpleToken () | |
| SimpleToken (TokenType type) | |
| virtual TokenType | type () const |
| virtual std::string | to_string () const |
| void | set_token_type (TokenType type) |
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 | |
| TokenType | type_ |
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::SimpleToken::SimpleToken | ( | ) |
| numeric::expression_parser::SimpleToken::SimpleToken | ( | TokenType | type | ) |
|
virtual |
Implements numeric::expression_parser::Token.
References numeric::expression_parser::token_type_name(), and type_.
|
virtual |
Implements numeric::expression_parser::Token.
References type_.
|
private |
Referenced by set_token_type(), to_string(), and type().
1.8.7