logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ost::objMap< T, K, S > - Used to create and manage a hash index of objects through a common type.

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                       ost::objMap<T,K,S>(3)

Constructor & Destructor Documentation

template<classT,classK,unsignedS>ost::objMap<T,K,S>::objMap(constKkey)[inline],[protected]

Detailed Description

template<classT,classK,unsignedS>
       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.

Member Data Documentation

template<classT,classK,unsignedS>T*ost::objMap<T,K,S>::objIndex()[static],[protected]
       Referenced by ost::objMap< T, keystring, S >::objMap().

   template<classT,classK,unsignedS>constKost::objMap<T,K,S>::objKey[protected]
       Referenced by ost::objMap< T, keystring, S >::objMap().

   template<classT,classK,unsignedS>T*ost::objMap<T,K,S>::objNext[protected]
       Referenced by ost::objMap< T, keystring, S >::objMap().

Member Function Documentation

template<classT,classK,unsignedS>T*ost::objMap<T,K,S>::getObject(keystringkey)[static]template<classT,classK,unsignedS>unsignedost::objMap<T,K,S>::getSize(void)[inline],[protected]template<classT,classK,unsignedS>virtualunsignedost::objMap<T,K,S>::keyIndex(Kk)[inline],[protected],[virtual]
       Referenced by ost::objMap< T, keystring, S >::objMap().

Name

       ost::objMap< T, K, S > - Used to create and manage a hash index of objects through a common type.

Synopsis

       #include <objmap.h>

   StaticPublicMemberFunctions
       static T * getObject (keystring key)

   ProtectedMemberFunctions
       virtual unsigned keyIndex (K k)
       unsigned getSize (void)
       objMap (const K key)

   ProtectedAttributes
       T * objNext
       const K objKeyStaticProtectedAttributes
       static T * objIndex [S]

See Also