Rosetta  3.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
numeric::expression_parser::SimpleToken Class Reference

#include <Arithmetic.hh>

Inheritance diagram for numeric::expression_parser::SimpleToken:
Inheritance graph
[legend]

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 ReferenceCount. More...
 
- Public Member Functions inherited from utility::pointer::ReferenceCount
 ReferenceCount ()
 Default constructor. More...
 
virtual ~ReferenceCount ()
 

Private Attributes

TokenType type_
 

Additional Inherited Members

- Public Types inherited from utility::pointer::ReferenceCount
typedef platform::Size Size
 
typedef platform::Size size_type
 

Constructor & Destructor Documentation

numeric::expression_parser::SimpleToken::SimpleToken ( )
numeric::expression_parser::SimpleToken::SimpleToken ( TokenType  type)

Member Function Documentation

void numeric::expression_parser::SimpleToken::set_token_type ( TokenType  type)

References type_.

std::string numeric::expression_parser::SimpleToken::to_string ( ) const
overridevirtual
TokenType numeric::expression_parser::SimpleToken::type ( ) const
overridevirtual

Implements numeric::expression_parser::Token.

References type_.

Member Data Documentation

TokenType numeric::expression_parser::SimpleToken::type_
private

Referenced by set_token_type(), to_string(), and type().


The documentation for this class was generated from the following files: