From 9e6d35490a6542f9c97607f93c2ef8ca8e03cbcc Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 6 Jan 2016 20:12:03 +0000 Subject: Vendor import of lldb trunk r256945: https://llvm.org/svn/llvm-project/lldb/trunk@256945 --- .../html/classlldb_1_1SBStringList.html | 384 +++++++++++++++++++++ 1 file changed, 384 insertions(+) create mode 100644 www/cpp_reference/html/classlldb_1_1SBStringList.html (limited to 'www/cpp_reference/html/classlldb_1_1SBStringList.html') diff --git a/www/cpp_reference/html/classlldb_1_1SBStringList.html b/www/cpp_reference/html/classlldb_1_1SBStringList.html new file mode 100644 index 000000000000..3b8b2e033aae --- /dev/null +++ b/www/cpp_reference/html/classlldb_1_1SBStringList.html @@ -0,0 +1,384 @@ + + + + + +LLVM: lldb::SBStringList Class Reference + + +

LLDB API Documentation

+ + + + + +
+ +
+
lldb::SBStringList Class Reference
+
+
+ +

#include <SBStringList.h>

+ + + + + + + + + + + + + +

+Public Member Functions

 SBStringList ()
 SBStringList (const lldb::SBStringList &rhs)
const SBStringListoperator= (const SBStringList &rhs)
 ~SBStringList ()
bool IsValid () const
void AppendString (const char *str)
void AppendList (const char **strv, int strc)
void AppendList (const lldb::SBStringList &strings)
uint32_t GetSize () const
const char * GetStringAtIndex (size_t idx)
void Clear ()
+ + + + +

+Protected Member Functions

 SBStringList (const lldb_private::StringList *lldb_strings)
const lldb_private::StringList * operator-> () const
const lldb_private::StringList & operator* () const
+ + + +

+Friends

class SBCommandInterpreter
class SBDebugger
+

Detailed Description

+
+

Definition at line 17 of file SBStringList.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
lldb::SBStringList::SBStringList ()
+
+ +
+
+ +
+
+ + + + + + + + +
lldb::SBStringList::SBStringList (const lldb::SBStringListrhs)
+
+ +
+
+ +
+
+ + + + + + + +
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::AppendList (const lldb::SBStringListstrings)
+
+ +
+
+ +
+
+ + + + + + + + +
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
+
+ +
+
+ +
+
+ + + + + + + + +
const SBStringList& lldb::SBStringList::operator= (const SBStringListrhs)
+
+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + +
friend class SBCommandInterpreter
+
+friend
+
+ +

Definition at line 52 of file SBStringList.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
friend class SBDebugger
+
+friend
+
+ +

Definition at line 53 of file SBStringList.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ +
+ + + -- cgit v1.2.3