Ubuntu Manpages

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

David Sugar dyfet@gnutelephony.org

hash indexed searchable template chain.

Referenced by ost::objMap< T, keystring, S >::objMap().

template<class T , class K , unsigned S> T * ost::objMap< T, K, S >::objIndex () [static], [protected]

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.