LLDB mainline
Public Member Functions | Private Attributes | List of all members
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 22 of file SBCommandReturnObject.cpp.

Constructor & Destructor Documentation

◆ SBCommandReturnObjectImpl() [1/3]

lldb_private::SBCommandReturnObjectImpl::SBCommandReturnObjectImpl ( )
inline

Definition at line 24 of file SBCommandReturnObject.cpp.

◆ SBCommandReturnObjectImpl() [2/3]

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

Definition at line 25 of file SBCommandReturnObject.cpp.

◆ SBCommandReturnObjectImpl() [3/3]

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

Definition at line 27 of file SBCommandReturnObject.cpp.

◆ ~SBCommandReturnObjectImpl()

lldb_private::SBCommandReturnObjectImpl::~SBCommandReturnObjectImpl ( )
inline

Definition at line 35 of file SBCommandReturnObject.cpp.

References m_owned, and m_ptr.

Member Function Documentation

◆ operator*()

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

Definition at line 40 of file SBCommandReturnObject.cpp.

References m_ptr.

◆ operator=()

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

Definition at line 29 of file SBCommandReturnObject.cpp.

Member Data Documentation

◆ m_owned

bool lldb_private::SBCommandReturnObjectImpl::m_owned = true
private

Definition at line 44 of file SBCommandReturnObject.cpp.

Referenced by ~SBCommandReturnObjectImpl().

◆ m_ptr

CommandReturnObject* lldb_private::SBCommandReturnObjectImpl::m_ptr
private

Definition at line 43 of file SBCommandReturnObject.cpp.

Referenced by operator*(), and ~SBCommandReturnObjectImpl().


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