SBTypeNameSpecifier¶
-
class
lldb.
SBTypeNameSpecifier
(*args)¶ Represents a general way to provide a type name to LLDB APIs.
Attributes Summary
is_regex
IsRegex(SBTypeNameSpecifier self) -> bool name
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 *¶
-
GetType
(SBTypeNameSpecifier self) → SBType¶
-
IsEqualTo
(SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) → bool¶
-
IsRegex
(SBTypeNameSpecifier self) → bool¶
-
IsValid
(SBTypeNameSpecifier self) → bool¶
-