LLDB mainline
lldb::SBCommandInterpreterRunResult Class Reference

#include <SBCommandInterpreterRunOptions.h>

Public Member Functions

 SBCommandInterpreterRunResult ()
 SBCommandInterpreterRunResult (const SBCommandInterpreterRunResult &rhs)
 ~SBCommandInterpreterRunResult ()
SBCommandInterpreterRunResultoperator= (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::CommandInterpreterRunResultm_opaque_up

Friends

class SBDebugger
class SBCommandInterpreter

Detailed Description

Definition at line 94 of file SBCommandInterpreterRunOptions.h.

Constructor & Destructor Documentation

◆ SBCommandInterpreterRunResult() [1/3]

SBCommandInterpreterRunResult::SBCommandInterpreterRunResult ( )

◆ SBCommandInterpreterRunResult() [2/3]

SBCommandInterpreterRunResult::SBCommandInterpreterRunResult ( const SBCommandInterpreterRunResult & rhs)

◆ ~SBCommandInterpreterRunResult()

SBCommandInterpreterRunResult::~SBCommandInterpreterRunResult ( )
default

◆ SBCommandInterpreterRunResult() [3/3]

SBCommandInterpreterRunResult::SBCommandInterpreterRunResult ( const lldb_private::CommandInterpreterRunResult & rhs)
private

Definition at line 204 of file SBCommandInterpreterRunOptions.cpp.

References m_opaque_up.

Member Function Documentation

◆ GetNumberOfErrors()

int SBCommandInterpreterRunResult::GetNumberOfErrors ( ) const

Definition at line 221 of file SBCommandInterpreterRunOptions.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_up.

Referenced by ~SBCommandInterpreterRunResult().

◆ GetResult()

lldb::CommandInterpreterResult SBCommandInterpreterRunResult::GetResult ( ) const

Definition at line 228 of file SBCommandInterpreterRunOptions.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_up.

Referenced by ~SBCommandInterpreterRunResult().

◆ operator=()

SBCommandInterpreterRunResult & SBCommandInterpreterRunResult::operator= ( const SBCommandInterpreterRunResult & rhs)

◆ SBCommandInterpreter

friend class SBCommandInterpreter
friend

◆ SBDebugger

friend class SBDebugger
friend

Definition at line 95 of file SBCommandInterpreterRunOptions.h.

References SBDebugger.

Referenced by SBDebugger.

Member Data Documentation

◆ m_opaque_up


The documentation for this class was generated from the following files: