LLDB mainline
|
Public Types | |
typedef std::shared_ptr< ScriptAddOptions > | SharedPointer |
Public Member Functions | |
ScriptAddOptions (const TypeSummaryImpl::Flags &flags, FormatterMatchType match_type, ConstString name, std::string catg) | |
Public Attributes | |
TypeSummaryImpl::Flags | m_flags |
StringList | m_target_types |
FormatterMatchType | m_match_type |
ConstString | m_name |
std::string | m_category |
Definition at line 45 of file CommandObjectType.cpp.
typedef std::shared_ptr<ScriptAddOptions> ScriptAddOptions::SharedPointer |
Definition at line 59 of file CommandObjectType.cpp.
|
inline |
Definition at line 53 of file CommandObjectType.cpp.
std::string ScriptAddOptions::m_category |
Definition at line 51 of file CommandObjectType.cpp.
TypeSummaryImpl::Flags ScriptAddOptions::m_flags |
Definition at line 47 of file CommandObjectType.cpp.
FormatterMatchType ScriptAddOptions::m_match_type |
Definition at line 49 of file CommandObjectType.cpp.
ConstString ScriptAddOptions::m_name |
Definition at line 50 of file CommandObjectType.cpp.
StringList ScriptAddOptions::m_target_types |
Definition at line 48 of file CommandObjectType.cpp.