#include <SBThreadCollection.h>
|  | 
| lldb_private::ThreadCollection * | get () const | 
|  | 
| lldb_private::ThreadCollection * | operator-> () const | 
|  | 
| lldb::ThreadCollectionSP & | operator* () | 
|  | 
| const lldb::ThreadCollectionSP & | operator* () const | 
|  | 
|  | SBThreadCollection (const lldb::ThreadCollectionSP &threads) | 
|  | 
| void | SetOpaque (const lldb::ThreadCollectionSP &threads) | 
|  | 
Definition at line 17 of file SBThreadCollection.h.
 
      
        
          | lldb::SBThreadCollection::SBThreadCollection | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBThreadCollection::~SBThreadCollection | ( |  | ) |  | 
      
 
 
  
  | 
        
          | lldb::SBThreadCollection::SBThreadCollection | ( | const lldb::ThreadCollectionSP & | threads | ) |  |  | protected | 
 
 
  
  | 
        
          | lldb_private::ThreadCollection* lldb::SBThreadCollection::get | ( |  | ) | const |  | protected | 
 
 
      
        
          | size_t lldb::SBThreadCollection::GetSize | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBThread lldb::SBThreadCollection::GetThreadAtIndex | ( | size_t | idx | ) |  | 
      
 
 
      
        
          | bool lldb::SBThreadCollection::IsValid | ( |  | ) | const | 
      
 
 
  
  | 
        
          | lldb::ThreadCollectionSP& lldb::SBThreadCollection::operator* | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | const lldb::ThreadCollectionSP& lldb::SBThreadCollection::operator* | ( |  | ) | const |  | protected | 
 
 
  
  | 
        
          | lldb_private::ThreadCollection* lldb::SBThreadCollection::operator-> | ( |  | ) | const |  | protected | 
 
 
  
  | 
        
          | void lldb::SBThreadCollection::SetOpaque | ( | const lldb::ThreadCollectionSP & | threads | ) |  |  | protected | 
 
 
The documentation for this class was generated from the following file: