DOKK / manpages / debian 10 / libcommoncpp2-doc / object.h.3.en
object.h(3) Library Functions Manual object.h(3)

object.h - Some object manipulation classes for smart pointers, linked lists, etc.

#include <cc++/missing.h>


class ost::RefObject
A reference countable object. class ost::RefPointer
Pointer to reference counted objects. class ost::LinkedSingle
Self managed single linked list object chain. class ost::LinkedDouble
Self managed double linked list object chain. class ost::MapTable
A map table allows for entities to be mapped (hash index) onto it. class ost::MapIndex
The MapIndex allows linear access into a MapTable, that otherwise could have its elements being retrieved only by key. class ost::MapObject
The MapObject is a base class which can be used to make a derived class operate on a MapTable.


ost


class __EXPORT ost::MapObject
class __EXPORT ost::MapIndex

Some object manipulation classes for smart pointers, linked lists, etc.

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

Wed Oct 31 2018 GNU CommonC++