|
GDBserver
|
#include "gdb_ref_ptr.h"
Public Member Functions | |
| ref_ptr () | |
| ref_ptr (const std::nullptr_t) | |
| ref_ptr (T *obj) | |
| ref_ptr (const ref_ptr &other) | |
| ref_ptr (ref_ptr &&other) | |
| ~ref_ptr () | |
| ref_ptr & | operator= (const ref_ptr &other) |
| ref_ptr & | operator= (ref_ptr &&other) |
| void | reset (T *obj) |
| T * | get () const |
| T * | release () |
| T * | operator-> () const |
Private Attributes | |
| T * | m_obj |
Definition at line 49 of file gdb_ref_ptr.h.
|
inline |
Definition at line 54 of file gdb_ref_ptr.h.
|
inline |
Definition at line 60 of file gdb_ref_ptr.h.
|
inlineexplicit |
Definition at line 67 of file gdb_ref_ptr.h.
|
inline |
Definition at line 73 of file gdb_ref_ptr.h.
References gdb::ref_ptr< T, Policy >::m_obj.
|
inline |
Definition at line 81 of file gdb_ref_ptr.h.
|
inline |
Definition at line 88 of file gdb_ref_ptr.h.
References gdb::ref_ptr< T, Policy >::m_obj.
|
inline |
Definition at line 130 of file gdb_ref_ptr.h.
References gdb::ref_ptr< T, Policy >::m_obj.
Referenced by gdb::operator!=(), and gdb::operator==().
|
inline |
Definition at line 147 of file gdb_ref_ptr.h.
References gdb::ref_ptr< T, Policy >::m_obj.
|
inline |
Definition at line 95 of file gdb_ref_ptr.h.
References gdb::ref_ptr< T, Policy >::m_obj, and gdb::ref_ptr< T, Policy >::reset().
|
inline |
Definition at line 108 of file gdb_ref_ptr.h.
References gdb::ref_ptr< T, Policy >::reset().
|
inline |
Definition at line 138 of file gdb_ref_ptr.h.
References gdb::ref_ptr< T, Policy >::m_obj.
|
inline |
Definition at line 121 of file gdb_ref_ptr.h.
References gdb::ref_ptr< T, Policy >::m_obj.
Referenced by gdb::ref_ptr< T, Policy >::operator=().
|
private |
Definition at line 154 of file gdb_ref_ptr.h.
Referenced by gdb::ref_ptr< T, Policy >::get(), gdb::ref_ptr< T, Policy >::operator->(), gdb::ref_ptr< T, Policy >::operator=(), gdb::ref_ptr< T, Policy >::ref_ptr(), gdb::ref_ptr< T, Policy >::release(), gdb::ref_ptr< T, Policy >::reset(), and gdb::ref_ptr< T, Policy >::~ref_ptr().
1.8.14