#include <kpair.h>

Definition at line 46 of file kpair.h.
Public Member Functions |
|
| KPair () | |
| KPair (S const &pFirst, T const &pSecond) | |
| KPair< S, T > & | operator= (KPair< S, T > const &pPair) |
Public Attributes |
|
| S | mFirst |
| T | mSecond |
| S mFirst |
Definition at line 60 of file kpair.h.
Referenced by KMap::KKeyValuePair::GetKey(), and KPair< KEY_TYPE, VALUE_TYPE >::operator=().
| T mSecond |
Definition at line 61 of file kpair.h.
Referenced by KMap::KKeyValuePair::GetValue(), and KPair< KEY_TYPE, VALUE_TYPE >::operator=().