Used to create and manage a single linked list of objects of a common type.
More...
#include <objlink.h>
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.
template<class T , typename K >
template<class T , typename K >
T * objList< T, K >::getObject |
( |
const K & |
key | ) |
|
|
static |
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: