SYNOPSIS

#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

Detailed Description

The MapObject is a base class which can be used to make a derived class operate on a MapTable.

Derived classes may override new and delete operators to use managed free list from a MapTable.

Author:

David Sugar [email protected] Mappable object.

Constructor & Destructor Documentation

ost::MapObject::MapObject (const char *id)

Save id, mark as not using any table.

Parameters:

id string for this object.

Member Function Documentation

void ost::MapObject::detach (void)

Remove the object from it's current table.

Friends And Related Function Documentation

friend class \fBMapIndex\fP\fC [friend]\fP

friend class \fBMapTable\fP\fC [friend]\fP

Member Data Documentation

const char* ost::MapObject::idObject\fC [protected]\fP

\fBMapObject\fP* ost::MapObject::nextObject\fC [protected]\fP

\fBMapTable\fP* ost::MapObject::table\fC [protected]\fP

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.