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