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

Class SBTypeFormat

source code


Represents a format 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::SBTypeFormat self) -> SBTypeFormat __init__(lldb::SBTypeFormat self, lldb::Format format, uint32_t options=0) -> SBTypeFormat __init__(lldb::SBTypeFormat self, lldb::Format format) -> SBTypeFormat __init__(lldb::SBTypeFormat self, SBTypeFormat rhs) -> SBTypeFormat
source code
 
__swig_destroy__(...)
delete_SBTypeFormat(SBTypeFormat self)
 
__del__(self) source code
 
__nonzero__(self) source code
 
IsValid(self)
IsValid(SBTypeFormat self) -> bool
source code
 
IsEqualTo(self, *args)
IsEqualTo(SBTypeFormat self, SBTypeFormat rhs) -> bool
source code
 
GetFormat(self)
GetFormat(SBTypeFormat self) -> lldb::Format
source code
 
GetOptions(self)
GetOptions(SBTypeFormat self) -> uint32_t
source code
 
SetFormat(self, *args)
SetFormat(SBTypeFormat self, lldb::Format arg2)
source code
 
SetOptions(self, *args)
SetOptions(SBTypeFormat self, uint32_t arg2)
source code
 
GetDescription(self, *args)
GetDescription(SBTypeFormat self, SBStream description, lldb::DescriptionLevel description_level) -> bool
source code
 
__eq__(self, *args)
__eq__(SBTypeFormat self, SBTypeFormat rhs) -> bool
source code
 
__ne__(self, *args)
__ne__(SBTypeFormat self, SBTypeFormat rhs) -> bool
source code
 
__str__(self)
__str__(SBTypeFormat self) -> PyObject *
source code

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

Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]
  format
GetFormat(SBTypeFormat self) -> lldb::Format
  options
GetOptions(SBTypeFormat self) -> uint32_t

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::SBTypeFormat self) -> SBTypeFormat __init__(lldb::SBTypeFormat self, lldb::Format format, uint32_t options=0) -> SBTypeFormat __init__(lldb::SBTypeFormat self, lldb::Format format) -> SBTypeFormat __init__(lldb::SBTypeFormat self, SBTypeFormat rhs) -> SBTypeFormat

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

__str__(SBTypeFormat self) -> PyObject *

Overrides: object.__str__

Property Details [hide private]

format

GetFormat(SBTypeFormat self) -> lldb::Format

Get Method:
GetFormat(self) - GetFormat(SBTypeFormat self) -> lldb::Format
Set Method:
SetFormat(self, *args) - SetFormat(SBTypeFormat self, lldb::Format arg2)

options

GetOptions(SBTypeFormat self) -> uint32_t

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