MIDAS
Loading...
Searching...
No Matches
state Struct Reference
Collaboration diagram for state:

Public Attributes

const charstart
 
const charnext
 
int type
 
union { 
 
   double   value 
 
   const double *   bound 
 
   const void *   function 
 
};  
 
voidcontext
 
const te_variablelookup
 
int lookup_len
 

Detailed Description

Definition at line 70 of file tinyexpr.c.

Member Data Documentation

◆ [union]

union { ... } state

◆ bound

const double* state::bound

Definition at line 76 of file tinyexpr.c.

◆ context

void* state::context

Definition at line 79 of file tinyexpr.c.

◆ function

const void* state::function

Definition at line 77 of file tinyexpr.c.

◆ lookup

const te_variable* state::lookup

Definition at line 81 of file tinyexpr.c.

◆ lookup_len

int state::lookup_len

Definition at line 82 of file tinyexpr.c.

◆ next

const char* state::next

Definition at line 72 of file tinyexpr.c.

◆ start

const char* state::start

Definition at line 71 of file tinyexpr.c.

◆ type

int state::type

Definition at line 73 of file tinyexpr.c.

◆ value

double state::value

Definition at line 75 of file tinyexpr.c.


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