|
|
|
__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
|
|
|
|
|
|
|
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
|
|
|
|
|
__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
|
|