LibCT 2.0
|
A DoubleValue is a specialised TemplateVariable for holding double values. More...
#include <DoubleValue.h>
Public Member Functions | |
DoubleValue (VariableContainer *pContainer, const std::string &name) | |
Constructor. | |
std::string | ToString () const |
VariableType | GetType () const |
std::string | GetTypeString () const |
A DoubleValue is a specialised TemplateVariable for holding double values.
LibCT::DoubleValue::DoubleValue | ( | VariableContainer * | pContainer, |
const std::string & | name | ||
) | [inline] |
Constructor.
VariableType LibCT::DoubleValue::GetType | ( | ) | const [inline, virtual] |
Get the type of this variable
Reimplemented from LibCT::TemplateVariable< double >.
std::string LibCT::DoubleValue::GetTypeString | ( | ) | const [inline, virtual] |
std::string LibCT::DoubleValue::ToString | ( | ) | const [inline, virtual] |
Get a string representation of the value
Implements LibCT::VariableInterface.