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