|
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, uint32_t m_ptr_match_depth) | |
Public Attributes | |
| TypeSummaryImpl::Flags | m_flags |
| StringList | m_target_types |
| FormatterMatchType | m_match_type |
| ConstString | m_name |
| std::string | m_category |
| uint32_t | m_ptr_match_depth |
Definition at line 47 of file CommandObjectType.cpp.
| typedef std::shared_ptr<ScriptAddOptions> ScriptAddOptions::SharedPointer |
Definition at line 62 of file CommandObjectType.cpp.
|
inline |
Definition at line 56 of file CommandObjectType.cpp.
References m_category, m_flags, m_match_type, m_name, and m_ptr_match_depth.
| std::string ScriptAddOptions::m_category |
Definition at line 53 of file CommandObjectType.cpp.
Referenced by ScriptAddOptions().
| TypeSummaryImpl::Flags ScriptAddOptions::m_flags |
Definition at line 49 of file CommandObjectType.cpp.
Referenced by ScriptAddOptions().
| FormatterMatchType ScriptAddOptions::m_match_type |
Definition at line 51 of file CommandObjectType.cpp.
Referenced by ScriptAddOptions().
| ConstString ScriptAddOptions::m_name |
Definition at line 52 of file CommandObjectType.cpp.
Referenced by ScriptAddOptions().
| uint32_t ScriptAddOptions::m_ptr_match_depth |
Definition at line 54 of file CommandObjectType.cpp.
Referenced by ScriptAddOptions().
| StringList ScriptAddOptions::m_target_types |
Definition at line 50 of file CommandObjectType.cpp.