Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/RefCount.hpp>
Public Types | |
using | Type = std::atomic< 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 (const Type &ref_count) noexcept |
Definition at line 27 of file RefCount.hpp.
using toolbox::util::ThreadSafePolicy::Type = std::atomic<int> |
Definition at line 28 of file RefCount.hpp.
Definition at line 29 of file RefCount.hpp.
Definition at line 30 of file RefCount.hpp.
Definition at line 34 of file RefCount.hpp.
Definition at line 38 of file RefCount.hpp.