LLDB mainline
SynthAddOptions Class Reference

Public Types

typedef std::shared_ptr< SynthAddOptionsSharedPointer

Public Member Functions

 SynthAddOptions (bool sptr, bool sref, bool casc, FormatterMatchType match_type, std::string catg)

Public Attributes

bool m_skip_pointers
bool m_skip_references
bool m_cascade
FormatterMatchType m_match_type
StringList m_target_types
std::string m_category

Detailed Description

Definition at line 65 of file CommandObjectType.cpp.

Member Typedef Documentation

◆ SharedPointer

Definition at line 79 of file CommandObjectType.cpp.

Constructor & Destructor Documentation

◆ SynthAddOptions()

SynthAddOptions::SynthAddOptions ( bool sptr,
bool sref,
bool casc,
FormatterMatchType match_type,
std::string catg )
inline

Member Data Documentation

◆ m_cascade

bool SynthAddOptions::m_cascade

Definition at line 69 of file CommandObjectType.cpp.

Referenced by SynthAddOptions().

◆ m_category

std::string SynthAddOptions::m_category

Definition at line 72 of file CommandObjectType.cpp.

Referenced by SynthAddOptions().

◆ m_match_type

FormatterMatchType SynthAddOptions::m_match_type

Definition at line 70 of file CommandObjectType.cpp.

Referenced by SynthAddOptions().

◆ m_skip_pointers

bool SynthAddOptions::m_skip_pointers

Definition at line 67 of file CommandObjectType.cpp.

Referenced by SynthAddOptions().

◆ m_skip_references

bool SynthAddOptions::m_skip_references

Definition at line 68 of file CommandObjectType.cpp.

Referenced by SynthAddOptions().

◆ m_target_types

StringList SynthAddOptions::m_target_types

Definition at line 71 of file CommandObjectType.cpp.


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