#include <clientdatamap.h>
Public Member Functions | |
ClientDataMap () | |
~ClientDataMap () | |
void | unregisterData (ClientData *data) |
void | registerPointer (unsigned int receiver, unsigned int missing, ClientData **ptrptr) |
bool | unregisterPointer (unsigned int receiver, unsigned int new_objid, ClientData **ptrptr) |
void | printDebug () |
Public Attributes | |
PointingMap | pointing_map |
< id of object missing a pointer, vetor of objects it is missing a pointer to and the pointer > | |
PointeeMap | pointee_map |
< id of object being missed, a vetor of objects missing this pointer and the pointer to set > |
Definition at line 56 of file clientdatamap.h.