CXpMap< KEY, TYPE >::SNode Struct Reference
#include <xpmap.h>
Public Member Functions | |
SNode (const KEY &Key, const TYPE &Value) | |
virtual | ~SNode () |
Public Attributes | |
KEY | m_Key |
TYPE | m_Value |
Constructor & Destructor Documentation
◆ SNode()
template<class KEY , class TYPE >
|
inline |
◆ ~SNode()
template<class KEY , class TYPE >
|
inlinevirtual |
Member Data Documentation
◆ m_Key
template<class KEY , class TYPE >
KEY CXpMap< KEY, TYPE >::SNode::m_Key |
◆ m_Value
template<class KEY , class TYPE >
TYPE CXpMap< KEY, TYPE >::SNode::m_Value |