Calculator
Extensible stack-based calculator primarily in library form
|
Public Types | |
typedef std::shared_ptr< VariableSetPimpl > | Ptr |
typedef std::map< std::string, std::shared_ptr< StackItem > > | MapType |
Public Attributes | |
MapType | map |
Map of name to value. More... | |
Definition at line 22 of file VariableSet.cpp.
typedef std::map<std::string, std::shared_ptr<StackItem> > Calculator::VariableSetPimpl::MapType |
Definition at line 25 of file VariableSet.cpp.
typedef std::shared_ptr<VariableSetPimpl> Calculator::VariableSetPimpl::Ptr |
Definition at line 24 of file VariableSet.cpp.
MapType Calculator::VariableSetPimpl::map |
Map of name to value.
Definition at line 28 of file VariableSet.cpp.