Minsky
|
#include <intrusiveMap.h>
Public Types | |
typedef const Key | first_type |
typedef Val | second_type |
Public Member Functions | |
Key | id () const |
IntrusiveWrap (const Key &id, const Val &v=Val()) | |
template<class K , class V > | |
IntrusiveWrap (const std::pair< K, V > x) | |
bool | operator< (const IntrusiveWrap &x) const |
IntrusiveWrap & | operator= (const Val &v) |
IntrusiveWrap & | operator= (IntrusiveWrap &v) |
Public Attributes | |
const first_type | first |
Definition at line 47 of file intrusiveMap.h.
typedef const Key minsky::IntrusiveWrap< Key, Val >::first_type |
Definition at line 50 of file intrusiveMap.h.
typedef Val minsky::IntrusiveWrap< Key, Val >::second_type |
Definition at line 52 of file intrusiveMap.h.
|
inline |
Definition at line 55 of file intrusiveMap.h.
|
inline |
Definition at line 58 of file intrusiveMap.h.
|
inline |
Definition at line 54 of file intrusiveMap.h.
|
inline |
Definition at line 60 of file intrusiveMap.h.
|
inline |
Definition at line 63 of file intrusiveMap.h.
|
inline |
Definition at line 67 of file intrusiveMap.h.
const first_type minsky::IntrusiveWrap< Key, Val >::first |
Definition at line 51 of file intrusiveMap.h.
Referenced by minsky::IntrusiveWrap< K, V >::id(), minsky::IntrusiveWrap< K, V >::IntrusiveWrap(), and minsky::IntrusiveWrap< K, V >::operator<().