YACLib
C++ library for concurrent tasks execution
|
This is the complete list of members for yaclib::detail::SharedFunc< Func >, including all inherited members.
DecRef() noexcept | yaclib::IRef | inlinevirtual |
IncRef() noexcept | yaclib::IRef | inlinevirtual |
Invoke typedef | yaclib::detail::SafeCall< Func > | |
SafeCall(Store &&f) noexcept(std::is_nothrow_move_constructible_v< Store >) | yaclib::detail::SafeCall< Func > | inlineexplicit |
SafeCall(const Store &f) noexcept(std::is_nothrow_copy_constructible_v< Store >) | yaclib::detail::SafeCall< Func > | inlineexplicit |
Store typedef | yaclib::detail::SafeCall< Func > | |
~IRef() noexcept=default | yaclib::IRef | virtual |