Package lldb :: Class SBTypeSynthetic
[hide private]
[frames] | no frames]

Class SBTypeSynthetic

source code


Represents a summary that can be associated to one or more types.

Instance Methods [hide private]
 
__repr__(self) source code
 
CreateWithClassName(*args)
CreateWithClassName(char const * data, uint32_t options=0) -> SBTypeSynthetic CreateWithClassName(char const * data) -> SBTypeSynthetic
source code
 
CreateWithScriptCode(*args)
CreateWithScriptCode(char const * data, uint32_t options=0) -> SBTypeSynthetic CreateWithScriptCode(char const * data) -> SBTypeSynthetic
source code
 
__init__(self, *args)
__init__(lldb::SBTypeSynthetic self) -> SBTypeSynthetic __init__(lldb::SBTypeSynthetic self, SBTypeSynthetic rhs) -> SBTypeSynthetic
source code
 
IsValid(self)
IsValid(SBTypeSynthetic self) -> bool
source code
 
__nonzero__(self) source code
 
__bool__(self) source code
 
IsEqualTo(self, *args)
IsEqualTo(SBTypeSynthetic self, SBTypeSynthetic rhs) -> bool
source code
 
IsClassCode(self)
IsClassCode(SBTypeSynthetic self) -> bool
source code
 
GetData(self)
GetData(SBTypeSynthetic self) -> char const *
source code
 
SetClassName(self, *args)
SetClassName(SBTypeSynthetic self, char const * data)
source code
 
SetClassCode(self, *args)
SetClassCode(SBTypeSynthetic self, char const * data)
source code
 
GetOptions(self)
GetOptions(SBTypeSynthetic self) -> uint32_t
source code
 
SetOptions(self, *args)
SetOptions(SBTypeSynthetic self, uint32_t arg2)
source code
 
GetDescription(self, *args)
GetDescription(SBTypeSynthetic self, SBStream description, lldb::DescriptionLevel description_level) -> bool
source code
 
__str__(self)
__str__(SBTypeSynthetic self) -> PyObject *
source code
 
__eq__(self, rhs) source code
 
__ne__(self, rhs) source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBTypeSynthetic
  __del__ = lambda self: