LLDB mainline
Public Types | Public Member Functions | Public Attributes | List of all members
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)
 

Public Attributes

TypeSummaryImpl::Flags m_flags
 
StringList m_target_types
 
FormatterMatchType m_match_type
 
ConstString m_name
 
std::string m_category
 

Detailed Description

Definition at line 45 of file CommandObjectType.cpp.

Member Typedef Documentation

◆ SharedPointer

Definition at line 59 of file CommandObjectType.cpp.

Constructor & Destructor Documentation

◆ ScriptAddOptions()

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

Definition at line 53 of file CommandObjectType.cpp.

Member Data Documentation

◆ m_category

std::string ScriptAddOptions::m_category

Definition at line 51 of file CommandObjectType.cpp.

◆ m_flags

TypeSummaryImpl::Flags ScriptAddOptions::m_flags

Definition at line 47 of file CommandObjectType.cpp.

◆ m_match_type

FormatterMatchType ScriptAddOptions::m_match_type

Definition at line 49 of file CommandObjectType.cpp.

◆ m_name

ConstString ScriptAddOptions::m_name

Definition at line 50 of file CommandObjectType.cpp.

◆ m_target_types

StringList ScriptAddOptions::m_target_types

Definition at line 48 of file CommandObjectType.cpp.


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