| 
    LLDB mainline
    
   | 
 
#include <SBCommandInterpreterRunOptions.h>
Public Member Functions | |
| SBCommandInterpreterRunResult () | |
| SBCommandInterpreterRunResult (const SBCommandInterpreterRunResult &rhs) | |
| ~SBCommandInterpreterRunResult () | |
| SBCommandInterpreterRunResult & | operator= (const SBCommandInterpreterRunResult &rhs) | 
| int | GetNumberOfErrors () const | 
| lldb::CommandInterpreterResult | GetResult () const | 
Private Member Functions | |
| SBCommandInterpreterRunResult (const lldb_private::CommandInterpreterRunResult &rhs) | |
Private Attributes | |
| std::unique_ptr< lldb_private::CommandInterpreterRunResult > | m_opaque_up | 
Friends | |
| class | SBDebugger | 
| class | SBCommandInterpreter | 
Definition at line 94 of file SBCommandInterpreterRunOptions.h.
| SBCommandInterpreterRunResult::SBCommandInterpreterRunResult | ( | ) | 
Definition at line 189 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by operator=(), SBCommandInterpreter, SBCommandInterpreterRunResult(), and ~SBCommandInterpreterRunResult().
| SBCommandInterpreterRunResult::SBCommandInterpreterRunResult | ( | const SBCommandInterpreterRunResult & | rhs | ) | 
Definition at line 196 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_up, and SBCommandInterpreterRunResult().
      
  | 
  default | 
References GetNumberOfErrors(), GetResult(), operator=(), and SBCommandInterpreterRunResult().
      
  | 
  private | 
Definition at line 204 of file SBCommandInterpreterRunOptions.cpp.
References m_opaque_up.
| int SBCommandInterpreterRunResult::GetNumberOfErrors | ( | ) | const | 
Definition at line 221 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by ~SBCommandInterpreterRunResult().
| lldb::CommandInterpreterResult SBCommandInterpreterRunResult::GetResult | ( | ) | const | 
Definition at line 228 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by ~SBCommandInterpreterRunResult().
| SBCommandInterpreterRunResult & SBCommandInterpreterRunResult::operator= | ( | const SBCommandInterpreterRunResult & | rhs | ) | 
Definition at line 211 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_up, and SBCommandInterpreterRunResult().
Referenced by ~SBCommandInterpreterRunResult().
      
  | 
  friend | 
Definition at line 96 of file SBCommandInterpreterRunOptions.h.
References SBCommandInterpreter, and SBCommandInterpreterRunResult().
Referenced by SBCommandInterpreter.
      
  | 
  friend | 
Definition at line 95 of file SBCommandInterpreterRunOptions.h.
References SBDebugger.
Referenced by SBDebugger.
      
  | 
  private | 
Definition at line 114 of file SBCommandInterpreterRunOptions.h.
Referenced by GetNumberOfErrors(), GetResult(), operator=(), SBCommandInterpreterRunResult(), SBCommandInterpreterRunResult(), and SBCommandInterpreterRunResult().