LLDB mainline
Public Types | Public Member Functions | Public Attributes | List of all members
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 62 of file CommandObjectType.cpp.

Member Typedef Documentation

◆ SharedPointer

Definition at line 76 of file CommandObjectType.cpp.

Constructor & Destructor Documentation

◆ SynthAddOptions()

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

Definition at line 71 of file CommandObjectType.cpp.

Member Data Documentation

◆ m_cascade

bool SynthAddOptions::m_cascade

Definition at line 66 of file CommandObjectType.cpp.

◆ m_category

std::string SynthAddOptions::m_category

Definition at line 69 of file CommandObjectType.cpp.

◆ m_match_type

FormatterMatchType SynthAddOptions::m_match_type

Definition at line 67 of file CommandObjectType.cpp.

◆ m_skip_pointers

bool SynthAddOptions::m_skip_pointers

Definition at line 64 of file CommandObjectType.cpp.

◆ m_skip_references

bool SynthAddOptions::m_skip_references

Definition at line 65 of file CommandObjectType.cpp.

◆ m_target_types

StringList SynthAddOptions::m_target_types

Definition at line 68 of file CommandObjectType.cpp.


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