![]() |
MOS Source Code
|
#include <refcount.hpp>
Protected Member Functions | |
| RefCounted (RCCore *rc_) | |
| RefCounted (const RefCounted &a) | |
| RefCounted (RefCounted &&a) | |
| ~RefCounted () | |
| RefCounted | operator= (const RefCounted &a)=delete |
| RefCounted | operator= (RefCounted &&a)=delete |
| size_t | GetRef () const |
Private Attributes | |
| RCCore * | rc = nullptr |
Definition at line 24 of file refcount.hpp.
|
inlineexplicitprotected |
Definition at line 27 of file refcount.hpp.
Referenced by operator=(), operator=(), RefCounted(), RefCounted(), and SyslogStreamWriter::SyslogStreamWriter().
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Definition at line 42 of file refcount.hpp.
|
protecteddelete |
|
protecteddelete |
|
inlineprotected |
Definition at line 54 of file refcount.hpp.
Referenced by SyslogStreamWriter::~SyslogStreamWriter().
|
private |
Definition at line 60 of file refcount.hpp.
Referenced by GetRef(), RefCounted(), RefCounted(), RefCounted(), and ~RefCounted().