LLDB mainline
|
Public Member Functions | |
ValueListImpl ()=default | |
ValueListImpl (const ValueListImpl &rhs) | |
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 (Status &&error) |
Private Attributes | |
std::vector< lldb::SBValue > | m_values |
Status | m_error |
Definition at line 21 of file SBValueList.cpp.
|
default |
|
inline |
Definition at line 25 of file SBValueList.cpp.
|
inline |
|
inline |
Definition at line 40 of file SBValueList.cpp.
|
inline |
Definition at line 51 of file SBValueList.cpp.
References m_values.
|
inline |
Definition at line 69 of file SBValueList.cpp.
References m_error.
|
inline |
Definition at line 59 of file SBValueList.cpp.
References m_values.
|
inline |
Definition at line 36 of file SBValueList.cpp.
References m_values.
Referenced by GetValueAtIndex().
|
inline |
Definition at line 45 of file SBValueList.cpp.
|
inline |
Definition at line 28 of file SBValueList.cpp.
References lldb_private::Status::Clone(), m_error, and m_values.
|
inline |
Definition at line 71 of file SBValueList.cpp.
References error(), and m_error.
Referenced by lldb::SBValueList::SetError().
|
private |
Definition at line 75 of file SBValueList.cpp.
Referenced by GetError(), operator=(), and SetError().
|
private |
Definition at line 74 of file SBValueList.cpp.
Referenced by Append(), FindValueByUID(), GetFirstValueByName(), GetSize(), GetValueAtIndex(), and operator=().