|
|
|
|
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBStringList self) -> SBStringList
__init__(lldb::SBStringList self, SBStringList rhs) ->
SBStringList |
source code
|
|
|
__swig_destroy__(...)
delete_SBStringList(SBStringList self) |
|
|
|
|
|
|
|
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
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|