UCommon
|
This class is used to associate (object) pointers with named strings. More...
#include <misc.h>
Public Member Functions | |
void * | getPointer (const char *id) const |
void | setPointer (const char *id, void *data) |
Protected Member Functions | |
void | clear (void) |
virtual void * | getMemory (size_t size)=0 |
This class is used to associate (object) pointers with named strings.
A virtual is used to allocate memory which can be overriden in the derived class.