YACLib
C++ library for concurrent tasks execution
|
#include <shared_event.hpp>
Public Member Functions | |
EventHelperCallback ()=default | |
EventHelperCallback (Event *event) | |
InlineCore * | Here (InlineCore &caller) noexcept |
![]() | |
virtual void | Drop () noexcept |
![]() | |
virtual void | Call () noexcept |
![]() | |
virtual void | IncRef () noexcept |
Increments reference counter. | |
virtual void | DecRef () noexcept |
Decrements reference counter. | |
virtual std::size_t | GetRef () noexcept |
virtual | ~IRef () noexcept=default |
Public Attributes | |
Event * | event |
![]() | |
Node * | next = nullptr |
Definition at line 20 of file shared_event.hpp.
|
default |
|
inline |
Definition at line 23 of file shared_event.hpp.
|
inlinevirtualnoexcept |
Implements yaclib::detail::InlineCore.
Definition at line 26 of file shared_event.hpp.
References yaclib::detail::InlineCore::Here().
Event* yaclib::detail::EventHelperCallback< Event >::event |
Definition at line 38 of file shared_event.hpp.