ost::objMap< T, K, S >(3) | Library Functions Manual | ost::objMap< T, K, S >(3) |
ost::objMap< T, K, S > - 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]
class ost::objMap< T, K, 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:
Referenced by ost::objMap< T, keystring, S >::objMap().
Referenced by ost::objMap< T, keystring, S >::getObject(), and ost::objMap< T, keystring, S >::objMap().
Referenced by ost::objMap< T, keystring, S >::getObject().
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Wed Oct 31 2018 | GNU CommonC++ |