This class is used to associate (object) pointers with named strings.
#include <misc.h>
void * getPointer (const char *id) const
void setPointer (const char *id, void *data)
Assoc ()
virtual ~Assoc ()
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.
Author:
David Sugar [email protected] associate names with pointers.
Generated automatically by Doxygen for GNU CommonC++ from the source code.