Association< KT, VT > Class Template Reference
[Collections]

A key value pair. More...

#include <Association.h>

Inheritance diagram for Association< KT, VT >:
IMemoryValidate

List of all members.

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

Detailed Description

template<typename KT, typename VT>
class Association< KT, VT >

A key value pair.

Definition at line 30 of file Association.h.


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