|
AnimatLab
2
Test
|
A variable that is used within the CStdPostFixEval class. More...
#include <StdVariable.h>
Collaboration diagram for StdUtils::CStdVariable:Public Member Functions | |
| CStdVariable () | |
| Default constructor. More... | |
| virtual | ~CStdVariable () |
| Destructor. More... | |
Public Attributes | |
| double | m_dblValue |
| The variable value. | |
| std::string | m_strVariable |
| The variable name. | |
A variable that is used within the CStdPostFixEval class.
Definition at line 17 of file StdVariable.h.
| StdUtils::CStdVariable::CStdVariable | ( | ) |
Default constructor.
Definition at line 23 of file StdVariable.cpp.
References m_dblValue.
|
virtual |