![]() |
EMath++
Classes for mathematical concepts
|
Struct for representing a token as a type and a value. More...
#include <eparser.h>
Public Attributes | |
| TokenType | type |
| The token's type as a TokenType. | |
| double | value |
| The token's numerical value as a double. | |
| TokenType emthp::Token::type |
| double emthp::Token::value |