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