#include <kmap.h>
Definition at line 1500 of file kmap.h.
Public Types |
|
typedef const KEY_TYPE | KeyType |
typedef const KEY_TYPE | ConstKeyType |
typedef VALUE_TYPE | ValueType |
typedef const VALUE_TYPE | ConstValueType |
Public Member Functions |
|
KKeyValuePair (KEY_TYPE const &pFirst, VALUE_TYPE const &pSecond) | |
ConstKeyType & | GetKey () const |
KeyType & | GetKey () |
ConstValueType & | GetValue () const |
ValueType & | GetValue () |
typedef const KEY_TYPE ConstKeyType |
typedef VALUE_TYPE ValueType |
typedef const VALUE_TYPE ConstValueType |
KKeyValuePair | ( | KEY_TYPE const & | pFirst, | |
VALUE_TYPE const & | pSecond | |||
) | [inline] |
ConstKeyType& GetKey | ( | ) | const [inline] |
Definition at line 1512 of file kmap.h.
References KPair::mFirst.
KeyType& GetKey | ( | ) | [inline] |
Definition at line 1513 of file kmap.h.
References KPair::mFirst.
ConstValueType& GetValue | ( | ) | const [inline] |
Definition at line 1515 of file kmap.h.
References KPair::mSecond.
ValueType& GetValue | ( | ) | [inline] |
Definition at line 1516 of file kmap.h.
References KPair::mSecond.