UCommon
object.h File Reference

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

#include <commoncpp/config.h>
Include dependency graph for object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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

Detailed Description

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

Definition in file object.h.