Used to create and manage a single linked list of objects of a common type.
More...
#include <objlink.h>
Collaboration diagram for objList< T, K >:
Static Public Member Functions
Protected Member Functions
Protected Attributes
Static Protected Attributes
Detailed Description
template<class T, typename K>
class objList< T, K >
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.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org single linked list searchable template chain.
Definition at line 64 of file objlink.h.
Constructor & Destructor Documentation
template<class T , typename K >
Member Function Documentation
template<class T , typename K >
T *
objList< T, K >::getObject
(
const K &
key )
static
Field Documentation
template<class T , typename K >
T *
objList< T, K >::objFirst = NULL
staticprotected
template<class T , typename K >
template<class T , typename K >
The documentation for this class was generated from the following file: