9#ifndef LLDB_API_SBTHREADCOLLECTION_H
10#define LLDB_API_SBTHREADCOLLECTION_H
26 explicit operator bool()
const;
lldb_private::ThreadCollection * get() const
lldb::ThreadCollectionSP m_opaque_sp
friend class SBSaveCoreOptions
lldb::SBThread GetThreadAtIndex(size_t idx)
const SBThreadCollection & operator=(const SBThreadCollection &rhs)
void SetOpaque(const lldb::ThreadCollectionSP &threads)
lldb_private::ThreadCollection * operator->() const
lldb::ThreadCollectionSP & operator*()
std::shared_ptr< lldb_private::ThreadCollection > ThreadCollectionSP