ReactOS 0.4.16-dev-340-g0540c21
|
#include <atlsimpcoll.h>
Public Member Functions | |
Pair () | |
Pair (const TKey &k, const TVal &v) | |
Pair (const Pair &pair) | |
Pair & | operator= (const Pair &pair) |
Public Attributes | |
TKey | key |
TVal | val |
Definition at line 424 of file atlsimpcoll.h.
|
inline |
Definition at line 429 of file atlsimpcoll.h.
|
inline |
Definition at line 433 of file atlsimpcoll.h.
|
inline |
Definition at line 437 of file atlsimpcoll.h.
|
inline |
Definition at line 441 of file atlsimpcoll.h.
TKey ATL::CSimpleMap< TKey, TVal, TEqual >::Pair::key |
Definition at line 426 of file atlsimpcoll.h.
TVal ATL::CSimpleMap< TKey, TVal, TEqual >::Pair::val |
Definition at line 427 of file atlsimpcoll.h.