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