Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

ost::objList Class Template Reference

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

#include <objlink.h>

List of all members.

Static Public Methods

T* getObject (const K &key)

Protected Methods

 objList (const K key)

Protected Attributes

T* objNext
const K objKey

Static Protected Attributes

T* objFirst = NULL


Detailed Description

template<class T, typename K> class ost::objList

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

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

Author:
David Sugar <dyfet@gnutelephony.org>


Constructor & Destructor Documentation

template<class T, typename K>
ost::objList<T, K>::objList<T, K> ( const K key ) [inline, protected]
 


Member Function Documentation

template<class T, typename K>
T * ost::objList< T, K >::getObject ( const K & key ) [static]
 


Member Data Documentation

template<class T, typename K>
T * ost::objList< T, K >::objFirst = NULL [static, protected]
 

template<class T, typename K>
const K ost::objList<T, K>::objKey [protected]
 

template<class T, typename K>
T * ost::objList<T, K>::objNext [protected]
 


The documentation for this class was generated from the following file:
Generated at Sat May 12 18:59:43 2007 for GNU CommonC++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001