#include <SBStringList.h>
Protected Member Functions |
| | SBStringList (const lldb_private::StringList *lldb_strings) |
| const lldb_private::StringList * | operator-> () const |
| const lldb_private::StringList & | operator* () const |
Detailed Description
Definition at line 17 of file SBStringList.h.
Constructor & Destructor Documentation
| lldb::SBStringList::SBStringList |
( |
| ) |
|
| lldb::SBStringList::~SBStringList |
( |
| ) |
|
| lldb::SBStringList::SBStringList |
( |
const lldb_private::StringList * |
lldb_strings | ) |
|
|
protected |
Member Function Documentation
| void lldb::SBStringList::AppendList |
( |
const char ** |
strv, |
|
|
int |
strc |
|
) |
| |
| void lldb::SBStringList::AppendString |
( |
const char * |
str | ) |
|
| void lldb::SBStringList::Clear |
( |
| ) |
|
| uint32_t lldb::SBStringList::GetSize |
( |
| ) |
const |
| const char* lldb::SBStringList::GetStringAtIndex |
( |
size_t |
idx | ) |
|
| bool lldb::SBStringList::IsValid |
( |
| ) |
const |
| const lldb_private::StringList& lldb::SBStringList::operator* |
( |
| ) |
const |
|
protected |
| const lldb_private::StringList* lldb::SBStringList::operator-> |
( |
| ) |
const |
|
protected |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: