|
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 28 of file SBCommandReturnObject.cpp.
|
inline |
Definition at line 30 of file SBCommandReturnObject.cpp.
References m_ptr.
Referenced by operator=(), and SBCommandReturnObjectImpl().
|
inline |
Definition at line 31 of file SBCommandReturnObject.cpp.
|
inline |
Definition at line 33 of file SBCommandReturnObject.cpp.
References m_owned, m_ptr, and SBCommandReturnObjectImpl().
|
inline |
Definition at line 41 of file SBCommandReturnObject.cpp.
|
inline |
Definition at line 46 of file SBCommandReturnObject.cpp.
References m_ptr.
|
inline |
Definition at line 35 of file SBCommandReturnObject.cpp.
References SBCommandReturnObjectImpl().
|
private |
Definition at line 50 of file SBCommandReturnObject.cpp.
Referenced by SBCommandReturnObjectImpl(), SBCommandReturnObjectImpl(), and ~SBCommandReturnObjectImpl().
|
private |
Definition at line 49 of file SBCommandReturnObject.cpp.
Referenced by operator*(), SBCommandReturnObjectImpl(), SBCommandReturnObjectImpl(), SBCommandReturnObjectImpl(), and ~SBCommandReturnObjectImpl().