#include <object.h>
Public Member Functions | |
| void | detach (void) |
| Remove the object from it's current table. | |
| MapObject (const char *id) | |
| Save id, mark as not using any table. | |
Protected Attributes | |
| MapObject * | nextObject |
| const char * | idObject |
| MapTable * | table |
Friends | |
| class | MapTable |
| class | MapIndex |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1