LLDB mainline
lldb_private::SBCommandReturnObjectImpl Class Reference

Public Member Functions

 SBCommandReturnObjectImpl ()
 SBCommandReturnObjectImpl (CommandReturnObject &ref)
 SBCommandReturnObjectImpl (const SBCommandReturnObjectImpl &rhs)
SBCommandReturnObjectImploperator= (const SBCommandReturnObjectImpl &rhs)
 ~SBCommandReturnObjectImpl ()
CommandReturnObjectoperator* () const

Private Attributes

CommandReturnObjectm_ptr
bool m_owned = true

Detailed Description

Definition at line 27 of file SBCommandReturnObject.cpp.

Constructor & Destructor Documentation

◆ SBCommandReturnObjectImpl() [1/3]

lldb_private::SBCommandReturnObjectImpl::SBCommandReturnObjectImpl ( )
inline

Definition at line 29 of file SBCommandReturnObject.cpp.

References m_ptr.

Referenced by operator=(), and SBCommandReturnObjectImpl().

◆ SBCommandReturnObjectImpl() [2/3]

lldb_private::SBCommandReturnObjectImpl::SBCommandReturnObjectImpl ( CommandReturnObject & ref)
inline

Definition at line 30 of file SBCommandReturnObject.cpp.

References m_owned, and m_ptr.

◆ SBCommandReturnObjectImpl() [3/3]

lldb_private::SBCommandReturnObjectImpl::SBCommandReturnObjectImpl ( const SBCommandReturnObjectImpl & rhs)
inline

Definition at line 32 of file SBCommandReturnObject.cpp.

References m_owned, m_ptr, and SBCommandReturnObjectImpl().

◆ ~SBCommandReturnObjectImpl()

lldb_private::SBCommandReturnObjectImpl::~SBCommandReturnObjectImpl ( )
inline

Definition at line 40 of file SBCommandReturnObject.cpp.

References m_owned, and m_ptr.

Member Function Documentation

◆ operator*()

CommandReturnObject & lldb_private::SBCommandReturnObjectImpl::operator* ( ) const
inline

Definition at line 45 of file SBCommandReturnObject.cpp.

References m_ptr.

◆ operator=()

SBCommandReturnObjectImpl & lldb_private::SBCommandReturnObjectImpl::operator= ( const SBCommandReturnObjectImpl & rhs)
inline

Definition at line 34 of file SBCommandReturnObject.cpp.

References SBCommandReturnObjectImpl().

Member Data Documentation

◆ m_owned

bool lldb_private::SBCommandReturnObjectImpl::m_owned = true
private

◆ m_ptr

CommandReturnObject* lldb_private::SBCommandReturnObjectImpl::m_ptr
private

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