muParser API -
1.35
|
Public Attributes | |
ECmdCode | Cmd |
union { | |
struct { | |
value_type * ptr | |
value_type data | |
value_type data2 | |
} Val | |
struct { | |
generic_callable_type cb | |
int argc | |
int idx | |
} Fun | |
struct { | |
value_type * ptr | |
int offset | |
} Oprt | |
}; | |
Definition at line 47 of file muParserBytecode.h.