LLDB mainline
|
Public Types | |
typedef std::shared_ptr< SynthAddOptions > | SharedPointer |
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 |
Definition at line 62 of file CommandObjectType.cpp.
typedef std::shared_ptr<SynthAddOptions> SynthAddOptions::SharedPointer |
Definition at line 76 of file CommandObjectType.cpp.
|
inline |
Definition at line 71 of file CommandObjectType.cpp.
bool SynthAddOptions::m_cascade |
Definition at line 66 of file CommandObjectType.cpp.
std::string SynthAddOptions::m_category |
Definition at line 69 of file CommandObjectType.cpp.
FormatterMatchType SynthAddOptions::m_match_type |
Definition at line 67 of file CommandObjectType.cpp.
bool SynthAddOptions::m_skip_pointers |
Definition at line 64 of file CommandObjectType.cpp.
bool SynthAddOptions::m_skip_references |
Definition at line 65 of file CommandObjectType.cpp.
StringList SynthAddOptions::m_target_types |
Definition at line 68 of file CommandObjectType.cpp.