Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Examples

object.h File Reference

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

#include <cc++/missing.h>

Go to the source code of this file.

Namespaces

namespace  ost

Classes

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

Variables

__EXPORT MapObject
__EXPORT MapIndex


Detailed Description

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


Variable Documentation

class __EXPORT ost::MapIndex
 

class __EXPORT ost::MapObject
 


Generated on Sun Mar 21 21:42:06 2010 for GNU CommonC++ by  doxygen 1.3.9.1