LLDB API Documentation
#include <SBValueList.h>
Public Member Functions | |
SBValueList () | |
SBValueList (const lldb::SBValueList &rhs) | |
~SBValueList () | |
bool | IsValid () const |
void | Clear () |
void | Append (const lldb::SBValue &val_obj) |
void | Append (const lldb::SBValueList &value_list) |
uint32_t | GetSize () const |
lldb::SBValue | GetValueAtIndex (uint32_t idx) const |
lldb::SBValue | FindValueObjectByUID (lldb::user_id_t uid) |
const lldb::SBValueList & | operator= (const lldb::SBValueList &rhs) |
Protected Member Functions | |
void * | opaque_ptr () |
Friends | |
class | SBFrame |
Definition at line 19 of file SBValueList.h.
lldb::SBValueList::SBValueList | ( | ) |
lldb::SBValueList::SBValueList | ( | const lldb::SBValueList & | rhs | ) |
lldb::SBValueList::~SBValueList | ( | ) |
void lldb::SBValueList::Append | ( | const lldb::SBValue & | val_obj | ) |
void lldb::SBValueList::Append | ( | const lldb::SBValueList & | value_list | ) |
void lldb::SBValueList::Clear | ( | ) |
lldb::SBValue lldb::SBValueList::FindValueObjectByUID | ( | lldb::user_id_t | uid | ) |
uint32_t lldb::SBValueList::GetSize | ( | ) | const |
lldb::SBValue lldb::SBValueList::GetValueAtIndex | ( | uint32_t | idx | ) | const |
bool lldb::SBValueList::IsValid | ( | ) | const |
|
protected |
const lldb::SBValueList& lldb::SBValueList::operator= | ( | const lldb::SBValueList & | rhs | ) |
|
friend |
Definition at line 61 of file SBValueList.h.