Definition at line 174 of file LibCxxMap.cpp.
◆ LibcxxStdMapSyntheticFrontEnd()
lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::LibcxxStdMapSyntheticFrontEnd |
( |
lldb::ValueObjectSP |
valobj_sp | ) |
|
◆ ~LibcxxStdMapSyntheticFrontEnd()
lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::~LibcxxStdMapSyntheticFrontEnd |
( |
| ) |
|
|
overridedefault |
◆ CalculateNumChildren()
size_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::CalculateNumChildren |
( |
| ) |
|
|
overridevirtual |
◆ GetChildAtIndex()
lldb::ValueObjectSP lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetChildAtIndex |
( |
size_t |
idx | ) |
|
|
overridevirtual |
◆ GetDataType()
bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetDataType |
( |
| ) |
|
|
private |
◆ GetIndexOfChildWithName()
size_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetIndexOfChildWithName |
( |
ConstString |
name | ) |
|
|
overridevirtual |
◆ GetValueOffset()
void lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetValueOffset |
( |
const lldb::ValueObjectSP & |
node | ) |
|
|
private |
◆ MightHaveChildren()
bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::MightHaveChildren |
( |
| ) |
|
|
overridevirtual |
◆ Update()
bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update |
( |
| ) |
|
|
overridevirtual |
◆ m_count
size_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::m_count = UINT32_MAX |
|
private |
◆ m_element_type
CompilerType lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::m_element_type |
|
private |
◆ m_iterators
std::map<size_t, MapIterator> lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::m_iterators |
|
private |
◆ m_root_node
ValueObject* lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::m_root_node = nullptr |
|
private |
◆ m_skip_size
uint32_t lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::m_skip_size = UINT32_MAX |
|
private |
◆ m_tree
ValueObject* lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::m_tree = nullptr |
|
private |
The documentation for this class was generated from the following file: