LLDB mainline
|
#include <DumpValueObjectOptions.h>
Public Member Functions | |
PointerDepth | Decremented () const |
bool | CanAllowExpansion () const |
Public Attributes | |
uint32_t | m_count = 0 |
Definition at line 24 of file DumpValueObjectOptions.h.
bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion | ( | ) | const |
Definition at line 505 of file ValueObjectPrinter.cpp.
References m_count.
Referenced by lldb_private::ValueObjectPrinter::PrintChildrenIfNeeded(), and lldb_private::ValueObjectPrinter::ShouldPrintChildren().
|
inline |
Definition at line 27 of file DumpValueObjectOptions.h.
References m_count.
Referenced by lldb_private::ValueObjectPrinter::PrintChild().
uint32_t lldb_private::DumpValueObjectOptions::PointerDepth::m_count = 0 |
Definition at line 25 of file DumpValueObjectOptions.h.
Referenced by CanAllowExpansion(), and Decremented().