Bridge++  Ver. 1.2.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SymbolTable::SymbolRecord Struct Reference

Public Attributes

ValueType type
 
union {
   double   val
 
   function_t   fptr
 
value
 

Detailed Description

Definition at line 28 of file evalexpr_symbol.h.

Member Data Documentation

function_t SymbolTable::SymbolRecord::fptr

Definition at line 34 of file evalexpr_symbol.h.

ValueType SymbolTable::SymbolRecord::type

Definition at line 30 of file evalexpr_symbol.h.

double SymbolTable::SymbolRecord::val

Definition at line 33 of file evalexpr_symbol.h.

union { ... } SymbolTable::SymbolRecord::value

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