48   bool put_symbol(
const std::string& name, 
const double value);
 
function_t get_symbol_function(const std::string &name) const 
 
std::map< std::string, SymbolRecord > SymbolMap_t
 
bool put_symbol(const std::string &name, const double value)
 
double get_symbol_value(const std::string &name) const 
 
bool find_symbol(const std::string &name)
 
union SymbolTable::SymbolRecord::@8                         value
 
double(* function_t)(double)