SBTypeNameSpecifierΒΆ
- class lldb.SBTypeNameSpecifier(*args)ΒΆ
Represents a general way to provide a type name to LLDB APIs.
Attributes Summary
IsRegex(SBTypeNameSpecifier self) -> bool
GetName(SBTypeNameSpecifier self) -> char const *
Methods Summary
GetDescription
(SBTypeNameSpecifier self, ...)GetMatchType
(SBTypeNameSpecifier self)GetName
(SBTypeNameSpecifier self)GetType
(SBTypeNameSpecifier self)IsEqualTo
(SBTypeNameSpecifier self, ...)IsRegex
(SBTypeNameSpecifier self)IsValid
(SBTypeNameSpecifier self)Attributes Documentation
- is_regexΒΆ
IsRegex(SBTypeNameSpecifier self) -> bool
- nameΒΆ
GetName(SBTypeNameSpecifier self) -> char const *
Methods Documentation
- GetDescription(SBTypeNameSpecifier self, SBStream description, lldb::DescriptionLevel description_level) bool ΒΆ
- GetMatchType(SBTypeNameSpecifier self) lldb::FormatterMatchType ΒΆ
- GetName(SBTypeNameSpecifier self) char const * ΒΆ
- IsEqualTo(SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) bool ΒΆ
- IsRegex(SBTypeNameSpecifier self) bool ΒΆ
- IsValid(SBTypeNameSpecifier self) bool ΒΆ