Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Variables
object.h File Reference

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

#include <cc++/missing.h>
Include dependency graph for object.h:

Go to the source code of this file.

Data Structures

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

Variables

class __EXPORT MapObject
 
class __EXPORT MapIndex
 

Detailed Description

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

Definition in file object.h.

Variable Documentation

Definition at line 57 of file object.h.

Definition at line 56 of file object.h.