CStdStack< double > m_aryStack
Stack of equation parts.
std::string m_strEquation
The post-fix equation.
double m_dblSolution
The double solution value.
CStdArray< std::string > m_aryPostFix
internal array used to store the equation parts.
Standard post fix evaluation class.
CStdPtrArray< CStdVariable > m_aryVariables
Array of variables.