#include <SBStringList.h>
|  | 
|  | SBStringList (const lldb_private::StringList *lldb_strings) | 
|  | 
| void | AppendList (const lldb_private::StringList &strings) | 
|  | 
| const lldb_private::StringList * | operator-> () const | 
|  | 
| const lldb_private::StringList & | operator* () const | 
|  | 
Definition at line 17 of file SBStringList.h.
 
      
        
          | lldb::SBStringList::SBStringList | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBStringList::~SBStringList | ( |  | ) |  | 
      
 
 
  
  | 
        
          | lldb::SBStringList::SBStringList | ( | const lldb_private::StringList * | lldb_strings | ) |  |  | protected | 
 
 
      
        
          | void lldb::SBStringList::AppendList | ( | const char ** | strv, | 
        
          |  |  | int | strc | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | void lldb::SBStringList::AppendList | ( | const lldb_private::StringList & | strings | ) |  |  | protected | 
 
 
      
        
          | void lldb::SBStringList::AppendString | ( | const char * | str | ) |  | 
      
 
 
      
        
          | void lldb::SBStringList::Clear | ( |  | ) |  | 
      
 
 
      
        
          | uint32_t lldb::SBStringList::GetSize | ( |  | ) | const | 
      
 
 
      
        
          | const char* lldb::SBStringList::GetStringAtIndex | ( | size_t | idx | ) |  | 
      
 
 
      
        
          | const char* lldb::SBStringList::GetStringAtIndex | ( | size_t | idx | ) | const | 
      
 
 
      
        
          | bool lldb::SBStringList::IsValid | ( |  | ) | const | 
      
 
 
  
  | 
        
          | const lldb_private::StringList& lldb::SBStringList::operator* | ( |  | ) | const |  | protected | 
 
 
  
  | 
        
          | const lldb_private::StringList* lldb::SBStringList::operator-> | ( |  | ) | const |  | protected | 
 
 
The documentation for this class was generated from the following file: