SBTypeFormatΒΆ
- class lldb.SBTypeFormat(*args)ΒΆ
Represents a format that can be associated to one or more types.
Attributes Summary
GetFormat(SBTypeFormat self) -> lldb::Format
GetOptions(SBTypeFormat self) -> uint32_t
Methods Summary
GetDescription
(SBTypeFormat self, ...)GetFormat
(SBTypeFormat self)GetOptions
(SBTypeFormat self)GetTypeName
(SBTypeFormat self)IsEqualTo
(SBTypeFormat self, SBTypeFormat rhs)IsValid
(SBTypeFormat self)SetFormat
(SBTypeFormat self, lldb)SetOptions
(SBTypeFormat self, uint32_t arg2)SetTypeName
(SBTypeFormat self, char const * arg2)Attributes Documentation
- formatΒΆ
GetFormat(SBTypeFormat self) -> lldb::Format
- optionsΒΆ
GetOptions(SBTypeFormat self) -> uint32_t
Methods Documentation
- GetDescription(SBTypeFormat self, SBStream description, lldb::DescriptionLevel description_level) bool ΒΆ
- GetFormat(SBTypeFormat self) lldb::Format ΒΆ
- GetOptions(SBTypeFormat self) uint32_t ΒΆ
- GetTypeName(SBTypeFormat self) char const * ΒΆ
- IsEqualTo(SBTypeFormat self, SBTypeFormat rhs) bool ΒΆ
- IsValid(SBTypeFormat self) bool ΒΆ
- SetFormat(SBTypeFormat self, lldb::Format arg2)ΒΆ
- SetOptions(SBTypeFormat self, uint32_t arg2)ΒΆ
- SetTypeName(SBTypeFormat self, char const * arg2)ΒΆ