#include <objlink.h>
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 |
The list of created objects can be examined to find a key by an identifier.
|
|
|
|
|
|
|
|
|
|