virtual void setValue(const TYPE &value)=0
Sets the value of the variable (overload in derived classes for special behaviour) ...
virtual ~VarHashEntry()
Definition: VarHashEntry.hpp:31
virtual const TYPE & getValue() const =0
Gets the value of the variable (overload in derived classes for special behaviour) ...
The class that stores the values of the variables.
Definition: Scope.hpp:33