SBTypeSyntheticΒΆ
- class lldb.SBTypeSynthetic(*args)ΒΆ
Represents a summary that can be associated to one or more types.
Attributes Summary
IsClassCode(SBTypeSynthetic self) -> bool
GetOptions(SBTypeSynthetic self) -> uint32_t
GetData(SBTypeSynthetic self) -> char const *
Methods Summary
CreateWithClassName(char const * data, ...)CreateWithScriptCode(char const * data, ...)GetData(SBTypeSynthetic self)GetDescription(SBTypeSynthetic self, ...)GetOptions(SBTypeSynthetic self)IsClassCode(SBTypeSynthetic self)IsClassName(SBTypeSynthetic self)IsEqualTo(SBTypeSynthetic self, ...)IsValid(SBTypeSynthetic self)SetClassCode(SBTypeSynthetic self, ...)SetClassName(SBTypeSynthetic self, ...)SetOptions(SBTypeSynthetic self, uint32_t arg2)Attributes Documentation
- contains_codeΒΆ
IsClassCode(SBTypeSynthetic self) -> bool
- optionsΒΆ
GetOptions(SBTypeSynthetic self) -> uint32_t
- synthetic_dataΒΆ
GetData(SBTypeSynthetic self) -> char const *
Methods Documentation
- static CreateWithClassName(char const * data, uint32_t options=0) SBTypeSyntheticΒΆ
- static CreateWithScriptCode(char const * data, uint32_t options=0) SBTypeSyntheticΒΆ
- GetData(SBTypeSynthetic self) char const *ΒΆ
- GetDescription(SBTypeSynthetic self, SBStream description, lldb: :DescriptionLevel description_level) boolΒΆ
- GetOptions(SBTypeSynthetic self) uint32_tΒΆ
- IsClassCode(SBTypeSynthetic self) boolΒΆ
- IsClassName(SBTypeSynthetic self) boolΒΆ
- IsEqualTo(SBTypeSynthetic self, SBTypeSynthetic rhs) boolΒΆ
- IsValid(SBTypeSynthetic self) boolΒΆ
- SetClassCode(SBTypeSynthetic self, char const * data)ΒΆ
- SetClassName(SBTypeSynthetic self, char const * data)ΒΆ
- SetOptions(SBTypeSynthetic self, uint32_t arg2)ΒΆ