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
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.
Sun Dec 27 2020 | GNU CommonC++ |