DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_MapObject.3.en
ost::MapObject(3) Library Functions Manual ost::MapObject(3)

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

#include <object.h>


void detach (void)
Remove the object from it's current table. MapObject (const char *id)
Save id, mark as not using any table.


MapObject * nextObject
const char * idObject
MapTable * table


class MapTable
class MapIndex

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 dyfet@gnutelephony.org Mappable object.

Save id, mark as not using any table.

Parameters:

id string for this object.

Remove the object from it's current table.

friend class MapIndex [friend]

friend class MapTable [friend]

MapObject* ost::MapObject::nextObject [protected]

MapTable* ost::MapObject::table [protected]

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

Wed Oct 31 2018 GNU CommonC++