LLDB mainline
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 142 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 146 of file TypeSynthetic.h.

References Flags(), and m_flags.

◆ Flags() [3/3]

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

Definition at line 148 of file TypeSynthetic.h.

References m_flags.

Member Function Documentation

◆ Clear()

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

Definition at line 162 of file TypeSynthetic.h.

References Flags(), and m_flags.

◆ GetCascades()

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

Definition at line 167 of file TypeSynthetic.h.

References m_flags.

◆ GetFrontEndWantsDereference()

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

Definition at line 218 of file TypeSynthetic.h.

References m_flags.

◆ GetNonCacheable()

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

Definition at line 205 of file TypeSynthetic.h.

References m_flags.

◆ GetSkipPointers()

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

Definition at line 179 of file TypeSynthetic.h.

References m_flags.

◆ GetSkipReferences()

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

Definition at line 192 of file TypeSynthetic.h.

References m_flags.

◆ GetValue()

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

Definition at line 231 of file TypeSynthetic.h.

References m_flags.

◆ operator=() [1/2]

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

Definition at line 150 of file TypeSynthetic.h.

References Flags(), and m_flags.

◆ operator=() [2/2]

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

Definition at line 157 of file TypeSynthetic.h.

References Flags(), and 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 223 of file TypeSynthetic.h.

References Flags(), and m_flags.

Referenced by LoadCommonStlFormatters(), LoadLibCxxFormatters(), and LoadLibStdcppFormatters().

◆ SetNonCacheable()

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

Definition at line 210 of file TypeSynthetic.h.

References Flags(), and m_flags.

◆ 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 233 of file TypeSynthetic.h.

References m_flags.

Member Data Documentation

◆ m_flags


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