KVIrc 5.2.6
Developer APIs
KviPointerHashTableEntry< Key, T > Class Template Reference

#include <KviPointerHashTable.h>

Public Member Functions

T * data ()
 
Key & key ()
 

Protected Attributes

Key hKey
 
T * pData
 

Friends

class KviPointerHashTable< Key, T >
 

Member Function Documentation

◆ data()

template<typename Key, typename T>
T * KviPointerHashTableEntry< Key, T >::data ( )
inline

References pData.

Referenced by KviKvsObject::~KviKvsObject().

◆ key()

template<typename Key, typename T>
Key & KviPointerHashTableEntry< Key, T >::key ( )
inline

Friends And Related Symbol Documentation

◆ KviPointerHashTable< Key, T >

template<typename Key, typename T>
friend class KviPointerHashTable< Key, T >
friend

References KviQString::Empty.

Member Data Documentation

◆ hKey

template<typename Key, typename T>
Key KviPointerHashTableEntry< Key, T >::hKey
protected

Referenced by key().

◆ pData

template<typename Key, typename T>
T* KviPointerHashTableEntry< Key, T >::pData
protected

Referenced by data().


The documentation for this class was generated from the following file: