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 . More... | |
Public Attributes | |
T | val |
The actual value stored. | |
![]() | |
tokType | type |
The token type. | |
|
inline |
Definition at line 91 of file shunting_yard.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).