Calculator
Step 4
|
#include <variables.hpp>
Public Member Functions | |
set_symbol_table (symbol_table const &symtab) | |
~set_symbol_table () | |
Set a temporary symbol table, for the duration of a single function. When the set_symbol_table object goes out of scope, the local symbol table is no longer in force.
Definition at line 19 of file variables.hpp.
set_symbol_table::set_symbol_table | ( | symbol_table const & | symtab | ) |
Definition at line 22 of file variables.cpp.
set_symbol_table::~set_symbol_table | ( | ) |
Definition at line 27 of file variables.cpp.