LLDB mainline
|
Public Member Functions | |
ValueListImpl ()=default | |
ValueListImpl (const ValueListImpl &rhs)=default | |
ValueListImpl & | operator= (const ValueListImpl &rhs) |
uint32_t | GetSize () |
void | Append (const lldb::SBValue &sb_value) |
void | Append (const ValueListImpl &list) |
lldb::SBValue | GetValueAtIndex (uint32_t index) |
lldb::SBValue | FindValueByUID (lldb::user_id_t uid) |
lldb::SBValue | GetFirstValueByName (const char *name) const |
const Status & | GetError () const |
void | SetError (const Status &error) |
Private Attributes | |
std::vector< lldb::SBValue > | m_values |
Status | m_error |
Definition at line 21 of file SBValueList.cpp.
|
default |
|
default |
|
inline |
|
inline |
Definition at line 39 of file SBValueList.cpp.
|
inline |
Definition at line 50 of file SBValueList.cpp.
References m_values.
|
inline |
Definition at line 68 of file SBValueList.cpp.
References m_error.
|
inline |
Definition at line 58 of file SBValueList.cpp.
References m_values.
|
inline |
Definition at line 35 of file SBValueList.cpp.
References m_values.
Referenced by GetValueAtIndex().
|
inline |
Definition at line 44 of file SBValueList.cpp.
|
inline |
Definition at line 27 of file SBValueList.cpp.
|
inline |
Definition at line 70 of file SBValueList.cpp.
References error(), and m_error.
Referenced by lldb::SBValueList::SetError().
|
private |
Definition at line 74 of file SBValueList.cpp.
Referenced by GetError(), operator=(), and SetError().
|
private |
Definition at line 73 of file SBValueList.cpp.
Referenced by Append(), FindValueByUID(), GetFirstValueByName(), GetSize(), GetValueAtIndex(), and operator=().