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]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__getattr__(self, name) source code
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(lldb::SBTypeSynthetic self) -> SBTypeSynthetic __init__(lldb::SBTypeSynthetic self, SBTypeSynthetic rhs) -> SBTypeSynthetic
source code
 
__swig_destroy__(...)
delete_SBTypeSynthetic(SBTypeSynthetic self)
 
__del__(self) source code
 
__nonzero__(self) source code
 
IsValid(self)
IsValid(SBTypeSynthetic self) -> bool
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) -> str const *
source code
 
SetClassName(self, *args)
SetClassName(SBTypeSynthetic self, str const * data)
source code
 
SetClassCode(self, *args)
SetClassCode(SBTypeSynthetic self, str 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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Static Methods [hide private]
 
CreateWithClassName(*args)
CreateWithClassName(str const * data, uint32_t options=0) -> SBTypeSynthetic CreateWithClassName(str const * data) -> SBTypeSynthetic
source code
 
CreateWithScriptCode(*args)
CreateWithScriptCode(str const * data, uint32_t options=0) -> SBTypeSynthetic CreateWithScriptCode(str const * data) -> SBTypeSynthetic
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]
  contains_code
IsClassCode(SBTypeSynthetic self) -> bool
  options
GetOptions(SBTypeSynthetic self) -> uint32_t
  synthetic_data
GetData(SBTypeSynthetic self) -> str const *

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 

__init__(lldb::SBTypeSynthetic self) -> SBTypeSynthetic __init__(lldb::SBTypeSynthetic self, SBTypeSynthetic rhs) -> SBTypeSynthetic

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

__str__(SBTypeSynthetic self) -> PyObject *

Overrides: object.__str__

Property Details [hide private]

contains_code

IsClassCode(SBTypeSynthetic self) -> bool

Get Method:
IsClassCode(self) - IsClassCode(SBTypeSynthetic self) -> bool

options

GetOptions(SBTypeSynthetic self) -> uint32_t

Get Method:
GetOptions(self) - GetOptions(SBTypeSynthetic self) -> uint32_t
Set Method:
SetOptions(self, *args) - SetOptions(SBTypeSynthetic self, uint32_t arg2)

synthetic_data

GetData(SBTypeSynthetic self) -> str const *

Get Method:
GetData(self) - GetData(SBTypeSynthetic self) -> str const *