YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::DropCallback< Derived > Struct Template Reference

#include <wait_event.hpp>

Inheritance diagram for yaclib::detail::DropCallback< Derived >:
[legend]
Collaboration diagram for yaclib::detail::DropCallback< Derived >:
[legend]

Public Member Functions

DropCallbackGetDrop () noexcept
 
- Public Member Functions inherited from yaclib::Job
virtual void Drop () noexcept
 
- Public Member Functions inherited from yaclib::IFunc
virtual void Call () noexcept
 
- Public Member Functions inherited from yaclib::IRef
virtual void IncRef () noexcept
 Increments reference counter.
 
virtual void DecRef () noexcept
 Decrements reference counter.
 
virtual ~IRef () noexcept=default
 

Additional Inherited Members

- Public Attributes inherited from yaclib::detail::Node
Nodenext = nullptr
 

Detailed Description

template<typename Derived>
struct yaclib::detail::DropCallback< Derived >

Definition at line 32 of file wait_event.hpp.

Member Function Documentation

◆ GetDrop()

template<typename Derived >
DropCallback & yaclib::detail::DropCallback< Derived >::GetDrop ( )
inlinenoexcept

Definition at line 33 of file wait_event.hpp.


The documentation for this struct was generated from the following file: