Bridge++  Version 1.5.4
 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 29 of file evalexpr_symbol.h.

Member Data Documentation

function_t SymbolTable::SymbolRecord::fptr

Definition at line 35 of file evalexpr_symbol.h.

ValueType SymbolTable::SymbolRecord::type

Definition at line 31 of file evalexpr_symbol.h.

double SymbolTable::SymbolRecord::val

Definition at line 34 of file evalexpr_symbol.h.

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

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