Calculator
Extensible stack-based calculator primarily in library form
Calculator::VariableSetPimpl Class Reference

Public Types

typedef std::shared_ptr< VariableSetPimplPtr
 
typedef std::map< std::string, std::shared_ptr< StackItem > > MapType
 

Public Attributes

MapType map
 Map of name to value. More...
 

Detailed Description

Definition at line 22 of file VariableSet.cpp.

Member Typedef Documentation

◆ MapType

typedef std::map<std::string, std::shared_ptr<StackItem> > Calculator::VariableSetPimpl::MapType

Definition at line 25 of file VariableSet.cpp.

◆ Ptr

Definition at line 24 of file VariableSet.cpp.

Member Data Documentation

◆ map

MapType Calculator::VariableSetPimpl::map

Map of name to value.

Definition at line 28 of file VariableSet.cpp.


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