CXpHashTable< KEY, TYPE >::SNode Struct Reference
#include <xphashtable.h>
Public Member Functions | |
| SNode (const KEY &Key, const TYPE &Value) | |
Public Attributes | |
| SNode * | m_pNext |
| KEY | m_Key |
| TYPE | m_Value |
Constructor & Destructor Documentation
◆ SNode()
template<class KEY , class TYPE >
|
inline |
Member Data Documentation
◆ m_Key
template<class KEY , class TYPE >
| KEY CXpHashTable< KEY, TYPE >::SNode::m_Key |
◆ m_pNext
template<class KEY , class TYPE >
| SNode* CXpHashTable< KEY, TYPE >::SNode::m_pNext |
◆ m_Value
template<class KEY , class TYPE >
| TYPE CXpHashTable< KEY, TYPE >::SNode::m_Value |
