#include <Variable.h>
Inheritance diagram for Console::Variable:
Public Member Functions | |
virtual std::string | getValue () const =0 |
virtual std::string | setValue (const std::string ¶meter)=0 |
|
Gets the value of the variable as a string.
Implemented in Console::VariableTemplate< T >, Console::VariableTemplate< std::string >, and Console::VariableTemplate< bool >. |
|
Tries to set the value of the variable as a string.
Implemented in Console::VariableTemplate< T >, Console::VariableTemplate< std::string >, and Console::VariableTemplate< bool >. |