LLDB mainline
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
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 86 of file SBCommandInterpreterRunOptions.h.

Constructor & Destructor Documentation

◆ SBCommandInterpreterRunResult() [1/3]

SBCommandInterpreterRunResult::SBCommandInterpreterRunResult ( )

Definition at line 177 of file SBCommandInterpreterRunOptions.cpp.

References LLDB_INSTRUMENT_VA.

◆ SBCommandInterpreterRunResult() [2/3]

SBCommandInterpreterRunResult::SBCommandInterpreterRunResult ( const SBCommandInterpreterRunResult rhs)

Definition at line 184 of file SBCommandInterpreterRunOptions.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_up.

◆ ~SBCommandInterpreterRunResult()

SBCommandInterpreterRunResult::~SBCommandInterpreterRunResult ( )
default

◆ SBCommandInterpreterRunResult() [3/3]

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

Definition at line 192 of file SBCommandInterpreterRunOptions.cpp.

References m_opaque_up.

Member Function Documentation

◆ GetNumberOfErrors()

int SBCommandInterpreterRunResult::GetNumberOfErrors ( ) const

Definition at line 209 of file SBCommandInterpreterRunOptions.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_up.

◆ GetResult()

lldb::CommandInterpreterResult SBCommandInterpreterRunResult::GetResult ( ) const

Definition at line 216 of file SBCommandInterpreterRunOptions.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_up.

◆ operator=()

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

Definition at line 199 of file SBCommandInterpreterRunOptions.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_up.

Friends And Related Function Documentation

◆ SBCommandInterpreter

friend class SBCommandInterpreter
friend

Definition at line 88 of file SBCommandInterpreterRunOptions.h.

◆ SBDebugger

friend class SBDebugger
friend

Definition at line 87 of file SBCommandInterpreterRunOptions.h.

Member Data Documentation

◆ m_opaque_up

std::unique_ptr<lldb_private::CommandInterpreterRunResult> lldb::SBCommandInterpreterRunResult::m_opaque_up
private

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