LLDB mainline
|
Public Member Functions | |
SBCommandReturnObjectImpl () | |
SBCommandReturnObjectImpl (CommandReturnObject &ref) | |
SBCommandReturnObjectImpl (const SBCommandReturnObjectImpl &rhs) | |
SBCommandReturnObjectImpl & | operator= (const SBCommandReturnObjectImpl &rhs) |
~SBCommandReturnObjectImpl () | |
CommandReturnObject & | operator* () const |
Private Attributes | |
CommandReturnObject * | m_ptr |
bool | m_owned = true |
Definition at line 27 of file SBCommandReturnObject.cpp.
|
inline |
Definition at line 29 of file SBCommandReturnObject.cpp.
References m_ptr.
Referenced by operator=(), and SBCommandReturnObjectImpl().
|
inline |
Definition at line 30 of file SBCommandReturnObject.cpp.
|
inline |
Definition at line 32 of file SBCommandReturnObject.cpp.
References m_owned, m_ptr, and SBCommandReturnObjectImpl().
|
inline |
Definition at line 40 of file SBCommandReturnObject.cpp.
|
inline |
Definition at line 45 of file SBCommandReturnObject.cpp.
References m_ptr.
|
inline |
Definition at line 34 of file SBCommandReturnObject.cpp.
References SBCommandReturnObjectImpl().
|
private |
Definition at line 49 of file SBCommandReturnObject.cpp.
Referenced by SBCommandReturnObjectImpl(), SBCommandReturnObjectImpl(), and ~SBCommandReturnObjectImpl().
|
private |
Definition at line 48 of file SBCommandReturnObject.cpp.
Referenced by operator*(), SBCommandReturnObjectImpl(), SBCommandReturnObjectImpl(), SBCommandReturnObjectImpl(), and ~SBCommandReturnObjectImpl().