LLDB mainline
ScriptAddOptions Class Reference

Public Types

typedef std::shared_ptr< ScriptAddOptionsSharedPointer

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

Detailed Description

Definition at line 47 of file CommandObjectType.cpp.

Member Typedef Documentation

◆ SharedPointer

Definition at line 62 of file CommandObjectType.cpp.

Constructor & Destructor Documentation

◆ ScriptAddOptions()

ScriptAddOptions::ScriptAddOptions ( const TypeSummaryImpl::Flags & flags,
FormatterMatchType match_type,
ConstString name,
std::string catg,
uint32_t m_ptr_match_depth )
inline

Definition at line 56 of file CommandObjectType.cpp.

References m_category, m_flags, m_match_type, m_name, and m_ptr_match_depth.

Member Data Documentation

◆ m_category

std::string ScriptAddOptions::m_category

Definition at line 53 of file CommandObjectType.cpp.

Referenced by ScriptAddOptions().

◆ m_flags

TypeSummaryImpl::Flags ScriptAddOptions::m_flags

Definition at line 49 of file CommandObjectType.cpp.

Referenced by ScriptAddOptions().

◆ m_match_type

FormatterMatchType ScriptAddOptions::m_match_type

Definition at line 51 of file CommandObjectType.cpp.

Referenced by ScriptAddOptions().

◆ m_name

ConstString ScriptAddOptions::m_name

Definition at line 52 of file CommandObjectType.cpp.

Referenced by ScriptAddOptions().

◆ m_ptr_match_depth

uint32_t ScriptAddOptions::m_ptr_match_depth

Definition at line 54 of file CommandObjectType.cpp.

Referenced by ScriptAddOptions().

◆ m_target_types

StringList ScriptAddOptions::m_target_types

Definition at line 50 of file CommandObjectType.cpp.


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