![]() |
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 26 of file refcount.hpp.
|
inlineexplicitprotected |
Definition at line 29 of file refcount.hpp.
Referenced by operator=(), operator=(), RefCounted(), RefCounted(), and SyslogStreamWriter::SyslogStreamWriter().
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Definition at line 44 of file refcount.hpp.
|
protecteddelete |
|
protecteddelete |
|
inlineprotected |
Definition at line 56 of file refcount.hpp.
Referenced by SyslogStreamWriter::~SyslogStreamWriter().
|
private |
Definition at line 62 of file refcount.hpp.
Referenced by GetRef(), RefCounted(), RefCounted(), RefCounted(), and ~RefCounted().