DOKK / manpages / debian 11 / libcommoncpp2-doc / ost_objMap.3.en
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

David Sugar dyfet@gnutelephony.org

hash indexed searchable template chain.

template<class T , class K , unsigned S> T * ost::objMap< T, K, S >::getObject (keystring key) [static]

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.

Sun Dec 27 2020 GNU CommonC++