LLDB mainline
Public Member Functions | Private Attributes | List of all members
lldb_private::TypeFormatImpl::Flags Class Reference

#include <TypeFormat.h>

Public Member Functions

 Flags ()
 
 Flags (const Flags &other)
 
 Flags (uint32_t value)
 
Flagsoperator= (const Flags &rhs)
 
Flagsoperator= (const uint32_t &rhs)
 
FlagsClear ()
 
bool GetCascades () const
 
FlagsSetCascades (bool value=true)
 
bool GetSkipPointers () const
 
FlagsSetSkipPointers (bool value=true)
 
bool GetSkipReferences () const
 
FlagsSetSkipReferences (bool value=true)
 
bool GetNonCacheable () const
 
FlagsSetNonCacheable (bool value=true)
 
uint32_t GetValue ()
 
void SetValue (uint32_t value)
 

Private Attributes

uint32_t m_flags = lldb::eTypeOptionCascade
 

Detailed Description

Definition at line 26 of file TypeFormat.h.

Constructor & Destructor Documentation

◆ Flags() [1/3]

lldb_private::TypeFormatImpl::Flags::Flags ( )
inline

Definition at line 28 of file TypeFormat.h.

◆ Flags() [2/3]

lldb_private::TypeFormatImpl::Flags::Flags ( const Flags other)
inline

Definition at line 30 of file TypeFormat.h.

◆ Flags() [3/3]

lldb_private::TypeFormatImpl::Flags::Flags ( uint32_t  value)
inline

Definition at line 32 of file TypeFormat.h.

Member Function Documentation

◆ Clear()

Flags & lldb_private::TypeFormatImpl::Flags::Clear ( )
inline

Definition at line 46 of file TypeFormat.h.

References m_flags.

◆ GetCascades()

bool lldb_private::TypeFormatImpl::Flags::GetCascades ( ) const
inline

Definition at line 51 of file TypeFormat.h.

References m_flags.

Referenced by lldb_private::TypeFormatImpl::Cascades().

◆ GetNonCacheable()

bool lldb_private::TypeFormatImpl::Flags::GetNonCacheable ( ) const
inline

Definition at line 89 of file TypeFormat.h.

References m_flags.

Referenced by lldb_private::TypeFormatImpl::NonCacheable().

◆ GetSkipPointers()

bool lldb_private::TypeFormatImpl::Flags::GetSkipPointers ( ) const
inline

Definition at line 63 of file TypeFormat.h.

References m_flags.

Referenced by lldb_private::TypeFormatImpl::SkipsPointers().

◆ GetSkipReferences()

bool lldb_private::TypeFormatImpl::Flags::GetSkipReferences ( ) const
inline

Definition at line 76 of file TypeFormat.h.

References m_flags.

Referenced by lldb_private::TypeFormatImpl::SkipsReferences().

◆ GetValue()

uint32_t lldb_private::TypeFormatImpl::Flags::GetValue ( )
inline

Definition at line 102 of file TypeFormat.h.

References m_flags.

Referenced by lldb_private::TypeFormatImpl::GetOptions().

◆ operator=() [1/2]

Flags & lldb_private::TypeFormatImpl::Flags::operator= ( const Flags rhs)
inline

Definition at line 34 of file TypeFormat.h.

References m_flags.

◆ operator=() [2/2]

Flags & lldb_private::TypeFormatImpl::Flags::operator= ( const uint32_t &  rhs)
inline

Definition at line 41 of file TypeFormat.h.

References m_flags.

◆ SetCascades()

Flags & lldb_private::TypeFormatImpl::Flags::SetCascades ( bool  value = true)
inline

◆ SetNonCacheable()

Flags & lldb_private::TypeFormatImpl::Flags::SetNonCacheable ( bool  value = true)
inline

Definition at line 94 of file TypeFormat.h.

References m_flags.

Referenced by lldb_private::TypeFormatImpl::SetNonCacheable().

◆ SetSkipPointers()

Flags & lldb_private::TypeFormatImpl::Flags::SetSkipPointers ( bool  value = true)
inline

◆ SetSkipReferences()

Flags & lldb_private::TypeFormatImpl::Flags::SetSkipReferences ( bool  value = true)
inline

◆ SetValue()

void lldb_private::TypeFormatImpl::Flags::SetValue ( uint32_t  value)
inline

Definition at line 104 of file TypeFormat.h.

References m_flags.

Referenced by lldb_private::TypeFormatImpl::SetOptions().

Member Data Documentation

◆ m_flags

uint32_t lldb_private::TypeFormatImpl::Flags::m_flags = lldb::eTypeOptionCascade
private

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