Public Member Functions | |
ValueWithHandle (mapped_type &&v) | |
mapped_type & | operator* () |
const mapped_type & | operator* () const |
Public Attributes | |
heap_type::handle_type | handle |
mapped_type | value |
Definition at line 56 of file soft_state_map.hpp.
|
inline |
Definition at line 58 of file soft_state_map.hpp.
|
inline |
Definition at line 63 of file soft_state_map.hpp.
|
inline |
Definition at line 64 of file soft_state_map.hpp.
heap_type::handle_type vanetza::geonet::SoftStateMap< KEY, VALUE, CTOR >::ValueWithHandle::handle |
Definition at line 60 of file soft_state_map.hpp.
mapped_type vanetza::geonet::SoftStateMap< KEY, VALUE, CTOR >::ValueWithHandle::value |
Definition at line 61 of file soft_state_map.hpp.