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)ΒΆ