Provided by: libcommoncpp2-doc_1.8.1-6.1_all bug

NAME

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

SYNOPSIS

       #include <cc++/missing.h>

   Classes
       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.

   Namespaces
        ost

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

Detailed Description

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

Author

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