SBTypeEnumMemberΒΆ
- class lldb.SBTypeEnumMember(*args)ΒΆ
Represents a member of an enum in lldb.
Attributes Summary
A read only property that returns the name for this enum member as a string.
A read only property that returns the value of this enum member as a signed integer.
A read only property that returns an lldb object that represents the type (lldb.SBType) for this enum member.
A read only property that returns the value of this enum member as a unsigned integer.
Methods Summary
GetDescription(SBTypeEnumMember self, ...)GetName(SBTypeEnumMember self)GetType(SBTypeEnumMember self)GetValueAsSigned(SBTypeEnumMember self)GetValueAsUnsigned(SBTypeEnumMember self)IsValid(SBTypeEnumMember self)Attributes Documentation
- nameΒΆ
A read only property that returns the name for this enum member as a string.
- signedΒΆ
A read only property that returns the value of this enum member as a signed integer.
- typeΒΆ
A read only property that returns an lldb object that represents the type (lldb.SBType) for this enum member.
- unsignedΒΆ
A read only property that returns the value of this enum member as a unsigned integer.
Methods Documentation
- GetDescription(SBTypeEnumMember self, SBStream description, lldb: :DescriptionLevel description_level) boolΒΆ
- GetName(SBTypeEnumMember self) char const *ΒΆ
- GetValueAsSigned(SBTypeEnumMember self) int64_tΒΆ
- GetValueAsUnsigned(SBTypeEnumMember self) uint64_tΒΆ
- IsValid(SBTypeEnumMember self) boolΒΆ