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, …)CreateWithClassName(char const * data) -> SBTypeSynthetic
CreateWithScriptCode(char const * data, …)CreateWithScriptCode(char const * data) -> SBTypeSynthetic
GetData(SBTypeSynthetic self)GetDescription(SBTypeSynthetic self, …)GetOptions(SBTypeSynthetic self)IsClassCode(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¶ CreateWithClassName(char const * data) -> SBTypeSynthetic
-
static
CreateWithScriptCode(char const * data, uint32_t options=0) → SBTypeSynthetic¶ CreateWithScriptCode(char const * data) -> 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¶
-
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)¶
-