SBTypeSynthetic¶
-
class
lldb.
SBTypeSynthetic
(*args)¶ Represents a summary that can be associated to one or more types.
Attributes Summary
contains_code
IsClassCode(SBTypeSynthetic self) -> bool options
GetOptions(SBTypeSynthetic self) -> uint32_t synthetic_data
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)¶
-