A key value pair. More...
#include <Association.h>
Public Member Functions | |
Association (KT key, VT val) | |
Association (const Association &assoc) | |
KT | Key () |
VT | Value () |
KT & | KeyRef () |
VT & | ValueRef () |
Association< KT, VT > & | operator= (const Association< KT, VT > &a) |
virtual void | ValidateMem () const |
virtual void | CheckMem () const |
Protected Attributes | |
KT | m_key |
VT | m_val |
A key value pair.
Definition at line 30 of file Association.h.