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