SBStringList#
- classlldb.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#