The class that stores the values of the variables.
More...
#include <VarHashEntry.hpp>
List of all members.
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)
|
void * | operator new (size_t size) |
| This method overrides operator new.
|
void * | operator new (size_t size, MemoryManager *memMgr) |
| This method defines a custom operator new, that will use the provided memory manager to perform the allocation.
|
void * | operator new (size_t size, void *ptr) |
| This method overrides placement operator new.
|
void | operator delete (void *p) |
| This method overrides operator delete.
|
void | operator delete (void *p, MemoryManager *memMgr) |
| This method provides a matching delete for the custom operator new.
|
void | operator delete (void *p, void *ptr) |
| This method provides a matching delete for the placement new.
|
Additional Inherited Members |
| XMemory () |
| Protected default constructor.
|
Detailed Description
template<class TYPE>
class VarHashEntry< TYPE >
The class that stores the values of the variables.
Constructor & Destructor Documentation
Member Function Documentation
template<class TYPE>
virtual const TYPE& VarHashEntry< TYPE >::getValue |
( |
| ) |
const |
|
pure virtual |
Gets the value of the variable (overload in derived classes for special behaviour)
template<class TYPE>
virtual void VarHashEntry< TYPE >::setValue |
( |
const TYPE & |
value | ) |
|
|
pure virtual |
Sets the value of the variable (overload in derived classes for special behaviour)
The documentation for this class was generated from the following file: