LLDB mainline
Public Types | Public Member Functions | Public Attributes | List of all members
lldb_private::DumpValueObjectOptions::PointerDepth Struct Reference

#include <DumpValueObjectOptions.h>

Public Types

enum class  Mode { Always , Default , Never }
 

Public Member Functions

PointerDepth Decremented () const
 
bool CanAllowExpansion () const
 

Public Attributes

enum lldb_private::DumpValueObjectOptions::PointerDepth::Mode m_mode
 
uint32_t m_count
 

Detailed Description

Definition at line 24 of file DumpValueObjectOptions.h.

Member Enumeration Documentation

◆ Mode

Enumerator
Always 
Default 
Never 

Definition at line 25 of file DumpValueObjectOptions.h.

Member Function Documentation

◆ CanAllowExpansion()

bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion ( ) const

◆ Decremented()

PointerDepth lldb_private::DumpValueObjectOptions::PointerDepth::Decremented ( ) const
inline

Definition at line 28 of file DumpValueObjectOptions.h.

References m_count, and m_mode.

Referenced by lldb_private::ValueObjectPrinter::PrintChild().

Member Data Documentation

◆ m_count

uint32_t lldb_private::DumpValueObjectOptions::PointerDepth::m_count

Definition at line 26 of file DumpValueObjectOptions.h.

Referenced by CanAllowExpansion(), and Decremented().

◆ m_mode

enum lldb_private::DumpValueObjectOptions::PointerDepth::Mode lldb_private::DumpValueObjectOptions::PointerDepth::m_mode

Referenced by CanAllowExpansion(), and Decremented().


The documentation for this struct was generated from the following files: