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

Class SBStringList

source code


Proxy of C++ lldb::SBStringList class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(lldb::SBStringList self) -> SBStringList __init__(lldb::SBStringList self, SBStringList rhs) -> SBStringList
source code
 
IsValid(self)
IsValid(SBStringList self) -> bool
source code
 
__nonzero__(self) source code
 
__bool__(self) source code
 
AppendString(self, *args)
AppendString(SBStringList self, char const * str)
source code
 
AppendList(self, *args)
AppendList(SBStringList self, char 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) -> char const *
source code
 
Clear(self)
Clear(SBStringList self)
source code
 
__iter__(self)
Iterate over all strings in a lldb.SBStringList object.
source code
 
__len__(self)
Return the number of strings in a lldb.SBStringList object.
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBStringList
  __del__ = lambda self: