![]() |
TTMath
0.9.4
C++ bignum library
|
#include <ttmathparser.h>
Public Types | |
enum | Type { none, numerical_value, mat_operator, first_bracket, last_bracket, variable, semicolon } |
Data Fields | |
Type | type |
ValueType | value |
MatOperator | moperator |
bool | function |
std::string | function_name |
bool | sign |
Objects of type 'Item' we are keeping on our stack
Definition at line 238 of file ttmathparser.h.