#include <objmap.h>
Inheritance diagram for ost::objMap::
Static Public Methods | |
T* | getObject (keystring key) |
Protected Methods | |
virtual unsigned | keyIndex (K k) |
unsigned | getSize (void) |
objMap (const K key) | |
Protected Attributes | |
T* | objNext |
const K | objKey |
Static Protected Attributes | |
T* | objIndex [S] |
The objects can be examined and a specific instance located by a hash key.
|
|
|
|
|
|
|
|
|
|
|
|
|
|