YACLib
C++ library for concurrent tasks execution
|
Reference counting interface. More...
#include <ref.hpp>
Public Member Functions | |
virtual void | IncRef () noexcept |
Increments reference counter. | |
virtual void | DecRef () noexcept |
Decrements reference counter. | |
virtual | ~IRef () noexcept=default |
|
virtualdefaultnoexcept |
Decrements reference counter.
Definition at line 19 of file ref.hpp.
Referenced by yaclib::OneShotEvent::TimedWaiter::Call(), and yaclib::detail::AnyCombinatorBase< V, E, FailPolicy::FirstFail >::Combine().
Increments reference counter.
Definition at line 13 of file ref.hpp.
Referenced by yaclib::Strand::Submit().