Token class for o2scl::calculator. More...
#include <shunting_yard.h>
Definition at line 81 of file shunting_yard.h.
Public Member Functions | |
| Token (T t, tokType typex) | |
Create a token of type type with value t. | |
Public Attributes | |
| T | val |
| The actual value stored. | |
Public Attributes inherited from o2scl::TokenBase | |
| tokType | type |
| The token type. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).