TTMath  0.9.4
 C++ bignum library
Public Types | Data Fields
ttmath::Parser< ValueType >::Item Struct Reference

#include <ttmathparser.h>

Collaboration diagram for ttmath::Parser< ValueType >::Item:
Collaboration graph
[legend]

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
 

Detailed Description

template<class ValueType>
struct ttmath::Parser< ValueType >::Item

Objects of type 'Item' we are keeping on our stack

Definition at line 238 of file ttmathparser.h.


The documentation for this struct was generated from the following file: