#include <SBVariablesOptions.h>
|  | 
| VariablesOptionsImpl * | operator-> () | 
|  | 
| const VariablesOptionsImpl * | operator-> () const | 
|  | 
| VariablesOptionsImpl * | get () | 
|  | 
| VariablesOptionsImpl & | ref () | 
|  | 
| const VariablesOptionsImpl & | ref () const | 
|  | 
|  | SBVariablesOptions (VariablesOptionsImpl *lldb_object_ptr) | 
|  | 
| void | SetOptions (VariablesOptionsImpl *lldb_object_ptr) | 
|  | 
Definition at line 20 of file SBVariablesOptions.h.
 
      
        
          | lldb::SBVariablesOptions::SBVariablesOptions | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBVariablesOptions::~SBVariablesOptions | ( |  | ) |  | 
      
 
 
  
  | 
        
          | lldb::SBVariablesOptions::SBVariablesOptions | ( | VariablesOptionsImpl * | lldb_object_ptr | ) |  |  | protected | 
 
 
  
  | 
        
          | VariablesOptionsImpl* lldb::SBVariablesOptions::get | ( |  | ) |  |  | protected | 
 
 
      
        
          | bool lldb::SBVariablesOptions::GetIncludeArguments | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBVariablesOptions::GetIncludeLocals | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBVariablesOptions::GetIncludeRuntimeSupportValues | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBVariablesOptions::GetIncludeStatics | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBVariablesOptions::GetInScopeOnly | ( |  | ) | const | 
      
 
 
      
        
          | lldb::DynamicValueType lldb::SBVariablesOptions::GetUseDynamic | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBVariablesOptions::IsValid | ( |  | ) | const | 
      
 
 
  
  | 
        
          | VariablesOptionsImpl* lldb::SBVariablesOptions::operator-> | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | const VariablesOptionsImpl* lldb::SBVariablesOptions::operator-> | ( |  | ) | const |  | protected | 
 
 
  
  | 
        
          | VariablesOptionsImpl& lldb::SBVariablesOptions::ref | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | const VariablesOptionsImpl& lldb::SBVariablesOptions::ref | ( |  | ) | const |  | protected | 
 
 
      
        
          | void lldb::SBVariablesOptions::SetIncludeArguments | ( | bool |  | ) |  | 
      
 
 
      
        
          | void lldb::SBVariablesOptions::SetIncludeLocals | ( | bool |  | ) |  | 
      
 
 
      
        
          | void lldb::SBVariablesOptions::SetIncludeRuntimeSupportValues | ( | bool |  | ) |  | 
      
 
 
      
        
          | void lldb::SBVariablesOptions::SetIncludeStatics | ( | bool |  | ) |  | 
      
 
 
      
        
          | void lldb::SBVariablesOptions::SetInScopeOnly | ( | bool |  | ) |  | 
      
 
 
  
  | 
        
          | void lldb::SBVariablesOptions::SetOptions | ( | VariablesOptionsImpl * | lldb_object_ptr | ) |  |  | protected | 
 
 
      
        
          | void lldb::SBVariablesOptions::SetUseDynamic | ( | lldb::DynamicValueType |  | ) |  | 
      
 
 
The documentation for this class was generated from the following file: