MIDAS
Loading...
Searching...
No Matches
te_expr Struct Reference

#include <tinyexpr.h>

Public Attributes

int type
 
union { 
 
   double   value 
 
   const double *   bound 
 
   const void *   function 
 
};  
 
voidparameters [1]
 

Detailed Description

Definition at line 33 of file tinyexpr.h.

Member Data Documentation

◆ [union]

union { ... } te_expr

◆ bound

const double* te_expr::bound

Definition at line 37 of file tinyexpr.h.

◆ function

const void* te_expr::function

Definition at line 38 of file tinyexpr.h.

◆ parameters

void* te_expr::parameters[1]

Definition at line 40 of file tinyexpr.h.

◆ type

int te_expr::type

Definition at line 34 of file tinyexpr.h.

◆ value

double te_expr::value

Definition at line 36 of file tinyexpr.h.


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