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

#include <TypeSynthetic.h>

Public Member Functions

 Flags ()=default
 
 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)
 
bool GetFrontEndWantsDereference () const
 
FlagsSetFrontEndWantsDereference (bool value=true)
 
uint32_t GetValue ()
 
void SetValue (uint32_t value)
 

Private Attributes

uint32_t m_flags = lldb::eTypeOptionCascade
 

Detailed Description

Definition at line 141 of file TypeSynthetic.h.

Constructor & Destructor Documentation

◆ Flags() [1/3]

lldb_private::SyntheticChildren::Flags::Flags ( )
default

◆ Flags() [2/3]

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

Definition at line 145 of file TypeSynthetic.h.

◆ Flags() [3/3]

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

Definition at line 147 of file TypeSynthetic.h.

Member Function Documentation

◆ Clear()

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

Definition at line 161 of file TypeSynthetic.h.

References m_flags.

◆ GetCascades()

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

Definition at line 166 of file TypeSynthetic.h.

References m_flags.

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

◆ GetFrontEndWantsDereference()

bool lldb_private::SyntheticChildren::Flags::GetFrontEndWantsDereference ( ) const
inline

Definition at line 217 of file TypeSynthetic.h.

References m_flags.

Referenced by lldb_private::SyntheticChildren::WantsDereference().

◆ GetNonCacheable()

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

Definition at line 204 of file TypeSynthetic.h.

References m_flags.

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

◆ GetSkipPointers()

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

Definition at line 178 of file TypeSynthetic.h.

References m_flags.

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

◆ GetSkipReferences()

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

Definition at line 191 of file TypeSynthetic.h.

References m_flags.

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

◆ GetValue()

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

Definition at line 230 of file TypeSynthetic.h.

References m_flags.

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

◆ operator=() [1/2]

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

Definition at line 149 of file TypeSynthetic.h.

References m_flags.

◆ operator=() [2/2]

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

Definition at line 156 of file TypeSynthetic.h.

References m_flags.

◆ SetCascades()

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

◆ SetFrontEndWantsDereference()

Flags & lldb_private::SyntheticChildren::Flags::SetFrontEndWantsDereference ( bool  value = true)
inline

Definition at line 222 of file TypeSynthetic.h.

References m_flags.

Referenced by LoadLibCxxFormatters(), and LoadLibStdcppFormatters().

◆ SetNonCacheable()

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

Definition at line 209 of file TypeSynthetic.h.

References m_flags.

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

◆ SetSkipPointers()

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

◆ SetSkipReferences()

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

◆ SetValue()

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

Definition at line 232 of file TypeSynthetic.h.

References m_flags.

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

Member Data Documentation

◆ m_flags

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

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