Used to create and manage a hash index of objects through a common type.
#include <objmap.h>
static T * getObject (keystring key)
virtual unsigned keyIndex (K k)
unsigned getSize (void)
objMap (const K key)
T * objNext
const K objKey
static T * objIndex [S]
Used to create and manage a hash index of objects through a common type.
The objects can be examined and a specific instance located by a hash key.
Author:
David Sugar [email protected] hash indexed searchable template chain.
Referenced by ost::objMap< T, keystring, S >::objMap().
Referenced by ost::objMap< T, keystring, S >::objMap().
Referenced by ost::objMap< T, keystring, S >::objMap().
Referenced by ost::objMap< T, keystring, S >::objMap().
Generated automatically by Doxygen for GNU CommonC++ from the source code.