Public Member Functions | Data Fields

MapElem< K, C > Class Template Reference

#include <Map.h>

Collaboration diagram for MapElem< K, C >:
Collaboration graph
[legend]

Public Member Functions

bool operator== (MapElem &e)
 operator uintptr_t (void)
 MapElem (uintptr_t x)
 MapElem (K akey, C avalue)
 MapElem (MapElem &e)
 MapElem ()

Data Fields

key
value

Detailed Description

template<class K, class C>
class MapElem< K, C >

Definition at line 51 of file Map.h.


Constructor & Destructor Documentation

template<class K, class C>
MapElem< K, C >::MapElem ( uintptr_t  x  )  [inline]

Definition at line 57 of file Map.h.

template<class K, class C>
MapElem< K, C >::MapElem ( akey,
avalue 
) [inline]

Definition at line 58 of file Map.h.

template<class K, class C>
MapElem< K, C >::MapElem ( MapElem< K, C > &  e  )  [inline]

Definition at line 59 of file Map.h.

template<class K, class C>
MapElem< K, C >::MapElem (  )  [inline]

Definition at line 60 of file Map.h.


Member Function Documentation

template<class K, class C>
MapElem< K, C >::operator uintptr_t ( void   )  [inline]

Definition at line 56 of file Map.h.

template<class K, class C>
bool MapElem< K, C >::operator== ( MapElem< K, C > &  e  )  [inline]

Definition at line 55 of file Map.h.


Field Documentation

template<class K, class C>
K MapElem< K, C >::key
template<class K, class C>
C MapElem< K, C >::value

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