LLDB mainline
Public Member Functions | Private Attributes | List of all members
MapEntry Class Reference

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
 

Detailed Description

Definition at line 25 of file LibCxxMap.cpp.

Constructor & Destructor Documentation

◆ MapEntry() [1/3]

MapEntry::MapEntry ( )
default

◆ MapEntry() [2/3]

MapEntry::MapEntry ( ValueObjectSP  entry_sp)
inlineexplicit

Definition at line 28 of file LibCxxMap.cpp.

◆ MapEntry() [3/3]

MapEntry::MapEntry ( ValueObject entry)
inlineexplicit

Definition at line 29 of file LibCxxMap.cpp.

Member Function Documentation

◆ error()

bool MapEntry::error ( ) const
inline

Definition at line 64 of file LibCxxMap.cpp.

References m_entry_sp.

Referenced by MapIterator::next(), and MapIterator::tree_min().

◆ GetEntry()

ValueObjectSP MapEntry::GetEntry ( ) const
inline

Definition at line 72 of file LibCxxMap.cpp.

References m_entry_sp.

Referenced by MapIterator::advance(), and MapIterator::value().

◆ left()

ValueObjectSP MapEntry::left ( ) const
inline

Definition at line 32 of file LibCxxMap.cpp.

References m_entry_sp.

Referenced by MapIterator::is_left_child(), and MapIterator::tree_min().

◆ null()

bool MapEntry::null ( ) const
inline

◆ operator==()

bool MapEntry::operator== ( const MapEntry rhs) const
inline

Definition at line 76 of file LibCxxMap.cpp.

References m_entry_sp.

◆ parent()

ValueObjectSP MapEntry::parent ( ) const
inline

Definition at line 49 of file LibCxxMap.cpp.

References m_entry_sp.

Referenced by MapIterator::is_left_child(), and MapIterator::next().

◆ right()

ValueObjectSP MapEntry::right ( ) const
inline

Definition at line 40 of file LibCxxMap.cpp.

References m_entry_sp.

Referenced by MapIterator::next().

◆ SetEntry()

void MapEntry::SetEntry ( ValueObjectSP  entry)
inline

Definition at line 74 of file LibCxxMap.cpp.

References m_entry_sp.

Referenced by MapIterator::is_left_child(), MapIterator::next(), and MapIterator::tree_min().

◆ value()

uint64_t MapEntry::value ( ) const
inline

Definition at line 58 of file LibCxxMap.cpp.

References m_entry_sp.

Referenced by MapIterator::is_left_child(), and null().

Member Data Documentation

◆ m_entry_sp

ValueObjectSP MapEntry::m_entry_sp
private

Definition at line 81 of file LibCxxMap.cpp.

Referenced by error(), GetEntry(), left(), operator==(), parent(), right(), SetEntry(), and value().


The documentation for this class was generated from the following file: