|
Rosetta
|
#include <Arithmetic.hh>

Public Member Functions | |
| SimpleToken () | |
| SimpleToken (TokenType type) | |
| TokenType | type () const override |
| std::string | to_string () const override |
| void | set_token_type (TokenType type) |
Public Member Functions inherited from numeric::expression_parser::Token | |
| ~Token () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
Public Member Functions inherited from utility::VirtualBase | |
| VirtualBase ()=default | |
| Default constructor. More... | |
| virtual | ~VirtualBase ()=default |
| The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
| VirtualBase (VirtualBase const &)=default | |
| VirtualBase (VirtualBase &&)=default | |
| VirtualBase & | operator= (VirtualBase const &)=default |
| VirtualBase & | operator= (VirtualBase &&)=default |
Private Attributes | |
| TokenType | type_ |
| numeric::expression_parser::SimpleToken::SimpleToken | ( | ) |
| numeric::expression_parser::SimpleToken::SimpleToken | ( | TokenType | type | ) |
|
overridevirtual |
Implements numeric::expression_parser::Token.
References numeric::expression_parser::token_type_name(), and type_.
|
overridevirtual |
Implements numeric::expression_parser::Token.
References type_.
Referenced by schema.Move::__repr__(), and schema.NumpyCache::__repr__().
|
private |
Referenced by set_token_type(), to_string(), and type().