GNU CommonC++
Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes
ost::objList Class Reference

Used to create and manage a single linked list of objects of a common type. More...

#include <objlink.h>

List of all members.

Static Public Member Functions

static T * getObject (const K &key)

Protected Member Functions

 objList (const K key)

Protected Attributes

T * objNext
const K objKey

Static Protected Attributes

static T * objFirst = NULL

Detailed Description

Used to create and manage a single linked list of objects of a common type.

The list of created objects can be examined to find a key by an identifier.

Author:
David Sugar <dyfet@gnutelephony.org> single linked list searchable template chain.

Constructor & Destructor Documentation

ost::objList::objList ( const K  key) [inline, protected]

References objKey, objNext, and objFirst.


Member Function Documentation

T * ost::objList::getObject ( const K &  key) [static]

References objNext.


Member Data Documentation

T * ost::objList::objFirst = NULL [static, protected]

Referenced by objList().

const K ost::objList::objKey [protected]

Referenced by objList().

T* ost::objList::objNext [protected]

Referenced by objList(), and getObject().


The documentation for this class was generated from the following file: