The class that stores the values of the variables. More...
#include <VarHashEntry.hpp>

Public Member Functions | |
| virtual | ~VarHashEntry () |
| virtual const TYPE & | getValue () const =0 |
| Gets the value of the variable (overload in derived classes for special behaviour) More... | |
| virtual void | setValue (const TYPE &value)=0 |
| Sets the value of the variable (overload in derived classes for special behaviour) More... | |
The class that stores the values of the variables.
|
inlinevirtual |
|
pure virtual |
Gets the value of the variable (overload in derived classes for special behaviour)
|
pure virtual |
Sets the value of the variable (overload in derived classes for special behaviour)