#include <VarHashEntry.hpp>
Inheritance diagram for VarHashEntry< TYPE >:
Public Member Functions | |
virtual | ~VarHashEntry () |
virtual const TYPE & | getValue () const =0 |
Gets the value of the variable (overload in derived classes for special behaviour). | |
virtual void | setValue (const TYPE &value)=0 |
Sets the value of the variable (overload in derived classes for special behaviour). |
|
|
|
Gets the value of the variable (overload in derived classes for special behaviour).
|
|
Sets the value of the variable (overload in derived classes for special behaviour).
|