|
|
|
__init__(self,
*args)
__init__(lldb::SBTypeSummaryOptions self) -> SBTypeSummaryOptions
__init__(lldb::SBTypeSummaryOptions self, SBTypeSummaryOptions rhs)
-> SBTypeSummaryOptions |
source code
|
|
|
IsValid(self)
IsValid(SBTypeSummaryOptions self) -> bool |
source code
|
|
|
|
|
|
|
GetLanguage(self)
GetLanguage(SBTypeSummaryOptions self) -> lldb::LanguageType |
source code
|
|
|
GetCapping(self)
GetCapping(SBTypeSummaryOptions self) -> lldb::TypeSummaryCapping |
source code
|
|
|
SetLanguage(self,
*args)
SetLanguage(SBTypeSummaryOptions self, lldb::LanguageType arg2) |
source code
|
|
|
SetCapping(self,
*args)
SetCapping(SBTypeSummaryOptions self, lldb::TypeSummaryCapping arg2) |
source code
|
|