AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
StdVariable.h
Go to the documentation of this file.
1
7
#pragma once
8
9
namespace
StdUtils
10
{
17
class
STD_UTILS_PORT
CStdVariable
18
{
19
public
:
21
std::string
m_strVariable
;
22
24
double
m_dblValue
;
25
26
CStdVariable
();
27
virtual
~
CStdVariable
();
28
29
};
30
31
}
//StdUtils
StdUtils::CStdVariable
A variable that is used within the CStdPostFixEval class.
Definition:
StdVariable.h:17
StdUtils::CStdVariable::m_strVariable
std::string m_strVariable
The variable name.
Definition:
StdVariable.h:21
StdUtils::CStdVariable::m_dblValue
double m_dblValue
The variable value.
Definition:
StdVariable.h:24
StdUtils
Namespace for the standard utility objects.
Definition:
MarkupSTL.cpp:19
Libraries
StdUtils
StdVariable.h
Generated on Tue Sep 29 2015 07:07:22 for AnimatLab by
1.8.10