AnimatLab  2
Test
StdUtils::CStdVariable Class Reference

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.
 

Detailed Description

A variable that is used within the CStdPostFixEval class.

Author
dcofer
Date
5/4/2011

Definition at line 17 of file StdVariable.h.

Constructor & Destructor Documentation

StdUtils::CStdVariable::CStdVariable ( )

Default constructor.

Author
dcofer
Date
5/4/2011

Definition at line 23 of file StdVariable.cpp.

References m_dblValue.

StdUtils::CStdVariable::~CStdVariable ( )
virtual

Destructor.

Author
dcofer
Date
5/4/2011

Definition at line 34 of file StdVariable.cpp.


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