CBMC
|
#include <sharing_map.h>
Public Member Functions | |
delta_view_itemt (const key_type &k, const mapped_type &m, const mapped_type &other_m) | |
delta_view_itemt (const key_type &k, const mapped_type &m) | |
bool | is_in_both_maps () const |
const mapped_type & | get_other_map_value () const |
Public Attributes | |
const key_type & | k |
const mapped_type & | m |
Private Attributes | |
const mapped_type * | other_m |
Definition at line 401 of file sharing_map.h.
|
inline |
Definition at line 404 of file sharing_map.h.
|
inline |
Definition at line 412 of file sharing_map.h.
|
inline |
Definition at line 426 of file sharing_map.h.
|
inline |
Definition at line 421 of file sharing_map.h.
const key_type& sharing_mapt< keyT, valueT, fail_if_equal, hashT, equalT >::delta_view_itemt::k |
Definition at line 417 of file sharing_map.h.
const mapped_type& sharing_mapt< keyT, valueT, fail_if_equal, hashT, equalT >::delta_view_itemt::m |
Definition at line 419 of file sharing_map.h.
|
private |
Definition at line 433 of file sharing_map.h.