#include <object.h>
Protected 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 |
Derived classes may override new and delete operators to use managed free list from a MapTable.
ost::MapObject::MapObject | ( | const char * | id | ) | [protected] |
Save id, mark as not using any table.
id | string for this object. |
void ost::MapObject::detach | ( | void | ) | [protected] |
Remove the object from it's current table.
friend class MapTable [friend] |
MapObject* ost::MapObject::nextObject [protected] |
const char* ost::MapObject::idObject [protected] |
MapTable* ost::MapObject::table [protected] |