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

Class SBStringList

source code


Proxy of C++ lldb::SBStringList class

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
 
__iter__(self) source code
 
__len__(self) source code
 
__init__(self, *args)
__init__(lldb::SBStringList self) -> SBStringList __init__(lldb::SBStringList self, SBStringList rhs) -> SBStringList
source code
 
__swig_destroy__(...)
delete_SBStringList(SBStringList self)
 
__del__(self) source code
 
__nonzero__(self) source code
 
IsValid(self)
IsValid(SBStringList self) -> bool
source code
 
AppendString(self, *args)
AppendString(SBStringList self, str const * str)
source code
 
AppendList(self, *args)
AppendList(SBStringList self, str const ** strv, int strc) AppendList(SBStringList self, SBStringList strings)
source code
 
GetSize(self)
GetSize(SBStringList self) -> uint32_t
source code
 
GetStringAtIndex(self, *args)
GetStringAtIndex(SBStringList self, size_t idx) -> str const *
source code
 
Clear(self)
Clear(SBStringList self)
source code

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

Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]

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::SBStringList self) -> SBStringList __init__(lldb::SBStringList self, SBStringList rhs) -> SBStringList

Overrides: object.__init__