Bayonne2 / Common C++ 2 Framework
|
Some object manipulation classes for smart pointers, linked lists, etc. More...
#include <cc++/missing.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 |
Some object manipulation classes for smart pointers, linked lists, etc.
Definition in file object.h.