![]() |
Rosetta Utilities
2014.16.56682
|
#include <Arithmetic.hh>
Public Member Functions | |
| FunctionToken () | |
| FunctionToken (std::string const &name, numeric::Size nargs) | |
| virtual TokenType | type () const |
| virtual std::string | to_string () const |
| std::string | name () const |
| void | name (std::string const &name) |
| numeric::Size | nargs () const |
| void | nargs (Size 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 | |
| std::string | name_ |
| numeric::Size | nargs_ |
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::FunctionToken::FunctionToken | ( | ) |
| numeric::expression_parser::FunctionToken::FunctionToken | ( | std::string const & | name, |
| numeric::Size | nargs | ||
| ) |
| std::string numeric::expression_parser::FunctionToken::name | ( | ) | const |
References name_.
| void numeric::expression_parser::FunctionToken::name | ( | std::string const & | name | ) |
References name_.
| numeric::Size numeric::expression_parser::FunctionToken::nargs | ( | ) | const |
References nargs_.
|
virtual |
Implements numeric::expression_parser::Token.
References name_, nargs_, and utility::to_string().
|
virtual |
Implements numeric::expression_parser::Token.
References numeric::expression_parser::FUNCTION.
|
private |
Referenced by name(), and to_string().
|
private |
Referenced by nargs(), and to_string().
1.8.7