Toolbox snapshot
The Reactive C++ Toolbox
|
Base class for atomic referenced counted objects. More...
#include <toolbox/util/RefCount.hpp>
Public Member Functions | |
constexpr | RefCount () noexcept=default |
~RefCount ()=default | |
constexpr | RefCount (const RefCount &) noexcept=default |
RefCount & | operator= (const RefCount &) noexcept=default |
constexpr | RefCount (RefCount &&) noexcept=default |
RefCount & | operator= (RefCount &&) noexcept=default |
void | add_ref () const noexcept |
void | release () const noexcept |
int | ref_count () const noexcept |
Base class for atomic referenced counted objects.
Definition at line 61 of file RefCount.hpp.
|
constexprdefaultnoexcept |
|
default |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 74 of file RefCount.hpp.
|
inlinenoexcept |
Definition at line 75 of file RefCount.hpp.
|
inlinenoexcept |
Definition at line 82 of file RefCount.hpp.