#include <Variable.h>
Inheritance diagram for Console::VariableTemplate< T >:
Public Member Functions | |
VariableTemplate (T *variable) | |
std::string | getValue () const |
std::string | setValue (const std::string ¶meter) |
|
Initializes the VariableTemplate with the given variable pointer.
|
|
Gets the value of the variable represented as a string.
Implements Console::Variable. |
|
Sets the value of the variable from the parameter string.
Implements Console::Variable. |