SBStringListΒΆ

class lldb.SBStringList(*args)ΒΆ

Represents a list of strings.

Methods Summary

AppendList()

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ΒΆ