LLDB mainline
|
Public Member Functions | |
MapEntry ()=default | |
MapEntry (ValueObjectSP entry_sp) | |
MapEntry (ValueObject *entry) | |
ValueObjectSP | left () const |
ValueObjectSP | right () const |
ValueObjectSP | parent () const |
uint64_t | value () const |
bool | error () const |
bool | null () const |
ValueObjectSP | GetEntry () const |
void | SetEntry (ValueObjectSP entry) |
bool | operator== (const MapEntry &rhs) const |
Private Attributes | |
ValueObjectSP | m_entry_sp |
Definition at line 47 of file LibCxxMap.cpp.
|
default |
|
inlineexplicit |
Definition at line 50 of file LibCxxMap.cpp.
|
inlineexplicit |
Definition at line 51 of file LibCxxMap.cpp.
|
inline |
Definition at line 83 of file LibCxxMap.cpp.
References m_entry_sp.
Referenced by MapIterator::next(), and MapIterator::tree_min().
|
inline |
Definition at line 91 of file LibCxxMap.cpp.
References m_entry_sp.
Referenced by MapIterator::advance(), and MapIterator::value().
|
inline |
Definition at line 54 of file LibCxxMap.cpp.
References m_entry_sp.
Referenced by MapIterator::is_left_child(), and MapIterator::tree_min().
|
inline |
Definition at line 89 of file LibCxxMap.cpp.
References value().
Referenced by MapIterator::advance(), MapIterator::is_left_child(), MapIterator::next(), and MapIterator::tree_min().
|
inline |
Definition at line 95 of file LibCxxMap.cpp.
References m_entry_sp.
|
inline |
Definition at line 69 of file LibCxxMap.cpp.
References m_entry_sp.
Referenced by MapIterator::is_left_child(), and MapIterator::next().
|
inline |
Definition at line 61 of file LibCxxMap.cpp.
References m_entry_sp.
Referenced by MapIterator::next().
|
inline |
Definition at line 93 of file LibCxxMap.cpp.
References m_entry_sp.
Referenced by MapIterator::is_left_child(), MapIterator::next(), and MapIterator::tree_min().
|
inline |
Definition at line 77 of file LibCxxMap.cpp.
References m_entry_sp.
Referenced by MapIterator::is_left_child(), and null().
|
private |
Definition at line 100 of file LibCxxMap.cpp.
Referenced by error(), GetEntry(), left(), operator==(), parent(), right(), SetEntry(), and value().