LLDB mainline
lldb_private::SBCommandReturnObjectImpl Class Reference

#include <SBCommandReturnObjectImpl.h>

Public Member Functions

 SBCommandReturnObjectImpl ()
 SBCommandReturnObjectImpl (CommandReturnObject &ref)
 SBCommandReturnObjectImpl (const SBCommandReturnObjectImpl &rhs)
SBCommandReturnObjectImploperator= (const SBCommandReturnObjectImpl &rhs)
 ~SBCommandReturnObjectImpl ()
CommandReturnObjectget () const

Private Attributes

CommandReturnObjectm_ptr
bool m_owned = true

Detailed Description

Definition at line 15 of file SBCommandReturnObjectImpl.h.

Constructor & Destructor Documentation

◆ SBCommandReturnObjectImpl() [1/3]

SBCommandReturnObjectImpl::SBCommandReturnObjectImpl ( )

Definition at line 29 of file SBCommandReturnObject.cpp.

References m_ptr.

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

◆ SBCommandReturnObjectImpl() [2/3]

SBCommandReturnObjectImpl::SBCommandReturnObjectImpl ( CommandReturnObject & ref)

Definition at line 32 of file SBCommandReturnObject.cpp.

References m_owned, and m_ptr.

◆ SBCommandReturnObjectImpl() [3/3]

SBCommandReturnObjectImpl::SBCommandReturnObjectImpl ( const SBCommandReturnObjectImpl & rhs)

Definition at line 35 of file SBCommandReturnObject.cpp.

References m_owned, m_ptr, and SBCommandReturnObjectImpl().

◆ ~SBCommandReturnObjectImpl()

SBCommandReturnObjectImpl::~SBCommandReturnObjectImpl ( )

Definition at line 46 of file SBCommandReturnObject.cpp.

References m_owned, and m_ptr.

Member Function Documentation

◆ get()

CommandReturnObject * lldb_private::SBCommandReturnObjectImpl::get ( ) const
inline

Definition at line 23 of file SBCommandReturnObjectImpl.h.

References m_ptr.

◆ operator=()

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

Definition at line 40 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 files: