|
Minsky: 3.17.0
|
#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 45 of file intrusiveMap.h.
| typedef const Key minsky::IntrusiveWrap< Key, Val >::first_type |
Definition at line 48 of file intrusiveMap.h.
| typedef Val minsky::IntrusiveWrap< Key, Val >::second_type |
Definition at line 50 of file intrusiveMap.h.
|
inline |
Definition at line 53 of file intrusiveMap.h.
|
inline |
Definition at line 56 of file intrusiveMap.h.
|
inline |
Definition at line 52 of file intrusiveMap.h.
|
inline |
Definition at line 58 of file intrusiveMap.h.
|
inline |
Definition at line 61 of file intrusiveMap.h.
|
inline |
Definition at line 65 of file intrusiveMap.h.
| const first_type minsky::IntrusiveWrap< Key, Val >::first |
Definition at line 49 of file intrusiveMap.h.
Referenced by minsky::IntrusiveWrap< K, V >::id(), minsky::IntrusiveWrap< K, V >::IntrusiveWrap(), and minsky::IntrusiveWrap< K, V >::operator<().