|
GDB (xrefs)
|
#include "refcounted-object.h"
Public Member Functions | |
| refcounted_object ()=default | |
| void | incref () |
| void | decref () |
| int | refcount () const |
Private Member Functions | |
| DISABLE_COPY_AND_ASSIGN (refcounted_object) | |
Private Attributes | |
| int | m_refcount = 0 |
Definition at line 26 of file refcounted-object.h.
|
default |
|
inline |
Definition at line 39 of file refcounted-object.h.
References gdb_assert, and m_refcount.
Referenced by release_stop_context_cleanup(), set_current_inferior(), and scoped_restore_current_thread::~scoped_restore_current_thread().
|
private |
|
inline |
Definition at line 32 of file refcounted-object.h.
References gdb_assert, and m_refcount.
Referenced by initialize_inferiors(), save_stop_context(), and scoped_restore_current_thread::scoped_restore_current_thread().
|
inline |
Definition at line 45 of file refcounted-object.h.
References m_refcount.
Referenced by thread_info::deletable(), and inferior::deletable().
|
private |
Definition at line 51 of file refcounted-object.h.
Referenced by decref(), incref(), and refcount().
1.8.14