SBTypeFormat

class lldb.SBTypeFormat(*args)

Represents a format that can be associated to one or more types.

Attributes Summary

format

GetFormat(SBTypeFormat self) -> lldb::Format

options

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)