10 #ifndef LLDB_SBThreadCollection_h_ 
   11 #define LLDB_SBThreadCollection_h_ 
   35   lldb_private::ThreadCollection *
get() 
const;
 
   37   lldb_private::ThreadCollection *operator->() 
const;
 
   39   lldb::ThreadCollectionSP &operator*();
 
   41   const lldb::ThreadCollectionSP &operator*() 
const;
 
   45   void SetOpaque(
const lldb::ThreadCollectionSP &threads);
 
   51   lldb::ThreadCollectionSP m_opaque_sp;
 
   56 #endif // LLDB_SBThreadCollection_h_ 
class LLDB_API SBThreadCollection