9#ifndef LLDB_API_SBVALUELIST_H
10#define LLDB_API_SBVALUELIST_H
26 explicit operator bool()
const;
const lldb::SBValueList & operator=(const lldb::SBValueList &rhs)
ValueListImpl & operator*()
std::unique_ptr< ValueListImpl > m_opaque_up
void Append(const lldb::SBValue &val_obj)
void SetError(lldb_private::Status &&status)
lldb::SBValue GetValueAtIndex(uint32_t idx) const
lldb::SBValue GetFirstValueByName(const char *name) const
ValueListImpl * operator->()
lldb::SBValue FindValueObjectByUID(lldb::user_id_t uid)
std::shared_ptr< lldb_private::ValueObject > ValueObjectSP