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 65 of file CommandObjectType.cpp.
typedef std::shared_ptr<SynthAddOptions> SynthAddOptions::SharedPointer |
Definition at line 79 of file CommandObjectType.cpp.
|
inline |
Definition at line 74 of file CommandObjectType.cpp.
References m_cascade, m_category, m_match_type, m_skip_pointers, and m_skip_references.
bool SynthAddOptions::m_cascade |
Definition at line 69 of file CommandObjectType.cpp.
Referenced by SynthAddOptions().
std::string SynthAddOptions::m_category |
Definition at line 72 of file CommandObjectType.cpp.
Referenced by SynthAddOptions().
FormatterMatchType SynthAddOptions::m_match_type |
Definition at line 70 of file CommandObjectType.cpp.
Referenced by SynthAddOptions().
bool SynthAddOptions::m_skip_pointers |
Definition at line 67 of file CommandObjectType.cpp.
Referenced by SynthAddOptions().
bool SynthAddOptions::m_skip_references |
Definition at line 68 of file CommandObjectType.cpp.
Referenced by SynthAddOptions().
StringList SynthAddOptions::m_target_types |
Definition at line 71 of file CommandObjectType.cpp.