9#ifndef LLDB_API_SBSTRINGLIST_H
10#define LLDB_API_SBSTRINGLIST_H
26 explicit operator bool()
const;
friend class SBStructuredData
friend class SBBreakpoint
std::unique_ptr< lldb_private::StringList > m_opaque_up
lldb_private::StringList * operator->()
const SBStringList & operator=(const SBStringList &rhs)
void AppendString(const char *str)
void AppendList(const char **strv, int strc)
const lldb_private::StringList & operator*() const
const char * GetStringAtIndex(size_t idx)
friend class SBBreakpointName
friend class SBBreakpointLocation
friend class SBCommandInterpreter