SBStringListΒΆ
- class lldb.SBStringList(*args)ΒΆ
Represents a list of strings.
Methods Summary
AppendString
(SBStringList self, char const * str)Clear
(SBStringList self)GetSize
(SBStringList self)GetStringAtIndex
(-> char const)IsValid
(SBStringList self)Methods Documentation
- AppendList(SBStringList self, char const ** strv, int strc)ΒΆ
- AppendList(SBStringList self, SBStringList strings) None
- AppendString(SBStringList self, char const * str)ΒΆ
- Clear(SBStringList self)ΒΆ
- GetSize(SBStringList self) uint32_t ΒΆ
- GetStringAtIndex(SBStringList self, size_t idx) char const ΒΆ
- GetStringAtIndex(SBStringList self, size_t idx) char const *
- IsValid(SBStringList self) bool ΒΆ