object.h

Langue: en

Version: 345578 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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


namespace ost

Detailed Description

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

Author

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