|
GDBserver
|
#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.
|
private |
|
inline |
Definition at line 32 of file refcounted-object.h.
References gdb_assert, and m_refcount.
|
inline |
Definition at line 45 of file refcounted-object.h.
References m_refcount.
|
private |
Definition at line 51 of file refcounted-object.h.
Referenced by decref(), incref(), and refcount().
1.8.14