#include <object.h>
Protected Methods | |
void | detach (void) |
Remove the object from it's current table. More... | |
MapObject (const char *id) | |
Save id, mark as not using any table. More... | |
Protected Attributes | |
MapObject* | nextObject |
const char* | idObject |
MapTable* | table |
Friends | |
class | MapTable |
Derived classes may override new and delete operators to use managed free list from a MapTable.
|
Save id, mark as not using any table.
|
|
Remove the object from it's current table.
|
|
|
|
|
|
|
|
|