Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/RefCount.hpp>
Public Types | |
using | Type = int |
Static Public Member Functions | |
static void | acquire () noexcept |
static int | fetch_add (Type &ref_count) noexcept |
static int | fetch_sub (Type &ref_count) noexcept |
static int | load (Type ref_count) noexcept |
Definition at line 44 of file RefCount.hpp.
Definition at line 45 of file RefCount.hpp.
Definition at line 46 of file RefCount.hpp.
Definition at line 47 of file RefCount.hpp.
Definition at line 52 of file RefCount.hpp.
Definition at line 56 of file RefCount.hpp.