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 >
CXpMap< KEY, TYPE >::SNode::SNode ( const KEY &  Key,
const TYPE &  Value 
)
inline

◆ ~SNode()

template<class KEY , class TYPE >
virtual CXpMap< KEY, TYPE >::SNode::~SNode ( )
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

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.