SBTypeMemberΒΆ
- class lldb.SBTypeMember(*args)ΒΆ
Represents a member of a type.
Attributes Summary
A read only property that returns offset in bits for this member as an integer.
A read only property that returns the bitfield size in bits for this member as an integer, or zero if this member is not a bitfield.
A read only property that returns offset in bytes for this member as an integer.
A read only property that returns true if this member is a bitfield.
A read only property that returns the name for this member as a string.
A read only property that returns an lldb object that represents the type (lldb.SBType) for this member.
Methods Summary
GetBitfieldSizeInBits
(SBTypeMember self)GetDescription
(SBTypeMember self, ...)GetName
(SBTypeMember self)GetOffsetInBits
(SBTypeMember self)GetOffsetInBytes
(SBTypeMember self)GetType
(SBTypeMember self)IsBitfield
(SBTypeMember self)IsValid
(SBTypeMember self)Attributes Documentation
- bit_offsetΒΆ
A read only property that returns offset in bits for this member as an integer.
- bitfield_bit_sizeΒΆ
A read only property that returns the bitfield size in bits for this member as an integer, or zero if this member is not a bitfield.
- byte_offsetΒΆ
A read only property that returns offset in bytes for this member as an integer.
- is_bitfieldΒΆ
A read only property that returns true if this member is a bitfield.
- nameΒΆ
A read only property that returns the name for this member as a string.
- typeΒΆ
A read only property that returns an lldb object that represents the type (lldb.SBType) for this member.
Methods Documentation
- GetBitfieldSizeInBits(SBTypeMember self) uint32_t ΒΆ
- GetDescription(SBTypeMember self, SBStream description, lldb::DescriptionLevel description_level) bool ΒΆ
- GetName(SBTypeMember self) char const * ΒΆ
- GetOffsetInBits(SBTypeMember self) uint64_t ΒΆ
- GetOffsetInBytes(SBTypeMember self) uint64_t ΒΆ
- IsBitfield(SBTypeMember self) bool ΒΆ
- IsValid(SBTypeMember self) bool ΒΆ