MIDAS
|
#include <tinyexpr.h>
Public Attributes | ||
int | type | |
union { | ||
double value | ||
const double * bound | ||
const void * function | ||
}; | ||
void * | parameters [1] | |
Definition at line 33 of file tinyexpr.h.
union { ... } te_expr |
Definition at line 37 of file tinyexpr.h.
Definition at line 38 of file tinyexpr.h.
void* te_expr::parameters[1] |
Definition at line 40 of file tinyexpr.h.
int te_expr::type |
Definition at line 34 of file tinyexpr.h.
double te_expr::value |
Definition at line 36 of file tinyexpr.h.