AnimatLab  2
Test
StdVariable.cpp
Go to the documentation of this file.
1 
7 #include "StdAfx.h"
8 
9 #ifdef _DEBUG
10 #undef THIS_FILE
11 static char THIS_FILE[]=__FILE__;
12 #define new DEBUG_NEW
13 #endif
14 
15 namespace StdUtils
16 {
24 {
25  m_dblValue = 0.0;
26 }
27 
35 {
36 
37 }
38 
39 } //StdUtils
virtual ~CStdVariable()
Destructor.
Definition: StdVariable.cpp:34
double m_dblValue
The variable value.
Definition: StdVariable.h:24
CStdVariable()
Default constructor.
Definition: StdVariable.cpp:23
Namespace for the standard utility objects.
Definition: MarkupSTL.cpp:19