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

Class SBTypeFilter

source code


Represents a filter 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::SBTypeFilter self) -> SBTypeFilter __init__(lldb::SBTypeFilter self, uint32_t options) -> SBTypeFilter __init__(lldb::SBTypeFilter self, SBTypeFilter rhs) -> SBTypeFilter
source code
 
__swig_destroy__(...)
delete_SBTypeFilter(SBTypeFilter self)
 
__del__(self) source code
 
__nonzero__(self) source code
 
IsValid(self)
IsValid(SBTypeFilter self) -> bool
source code
 
IsEqualTo(self, *args)
IsEqualTo(SBTypeFilter self, SBTypeFilter rhs) -> bool
source code
 
GetNumberOfExpressionPaths(self)
GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t
source code
 
GetExpressionPathAtIndex(self, *args)
GetExpressionPathAtIndex(SBTypeFilter self, uint32_t i) -> str const *
source code
 
ReplaceExpressionPathAtIndex(self, *args)
ReplaceExpressionPathAtIndex(SBTypeFilter self, uint32_t i, str const * item) -> bool
source code
 
AppendExpressionPath(self, *args)
AppendExpressionPath(SBTypeFilter self, str const * item)
source code
 
Clear(self)
Clear(SBTypeFilter self)
source code
 
GetOptions(self)
GetOptions(SBTypeFilter self) -> uint32_t
source code
 
SetOptions(self, *args)
SetOptions(SBTypeFilter self, uint32_t arg2)
source code
 
GetDescription(self, *args)
GetDescription(SBTypeFilter self, SBStream description, lldb::DescriptionLevel description_level) -> bool
source code
 
__str__(self)
__str__(SBTypeFilter 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__

Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]
  count
GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t
  options
GetOptions(SBTypeFilter 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::SBTypeFilter self) -> SBTypeFilter __init__(lldb::SBTypeFilter self, uint32_t options) -> SBTypeFilter __init__(lldb::SBTypeFilter self, SBTypeFilter rhs) -> SBTypeFilter

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

__str__(SBTypeFilter self) -> PyObject *

Overrides: object.__str__

Property Details [hide private]

count

GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t

Get Method:
GetNumberOfExpressionPaths(self) - GetNumberOfExpressionPaths(SBTypeFilter self) -> uint32_t

options

GetOptions(SBTypeFilter self) -> uint32_t

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