YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::when::CombinatorCallback< Combinator, Core, Index > Struct Template Referencefinal

#include <when.hpp>

Inheritance diagram for yaclib::when::CombinatorCallback< Combinator, Core, Index >:
[legend]
Collaboration diagram for yaclib::when::CombinatorCallback< Combinator, Core, Index >:
[legend]

Public Member Functions

 CombinatorCallback (Combinator *self=nullptr)
 
InlineCore * Here (InlineCore &caller) noexcept final
 
- Public Member Functions inherited from yaclib::detail::InlineCore
virtual InlineCoreHere (InlineCore &caller) noexcept=0
 
- 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 std::size_t GetRef () noexcept
 
virtual ~IRef () noexcept=default
 

Additional Inherited Members

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

Detailed Description

template<typename Combinator, typename Core, std::size_t Index>
struct yaclib::when::CombinatorCallback< Combinator, Core, Index >

Definition at line 96 of file when.hpp.

Constructor & Destructor Documentation

◆ CombinatorCallback()

template<typename Combinator , typename Core , std::size_t Index>
yaclib::when::CombinatorCallback< Combinator, Core, Index >::CombinatorCallback ( Combinator self = nullptr)
inline

Definition at line 97 of file when.hpp.

Member Function Documentation

◆ Here()

template<typename Combinator , typename Core , std::size_t Index>
InlineCore * yaclib::when::CombinatorCallback< Combinator, Core, Index >::Here ( InlineCore &  caller)
inlinefinalnoexcept

Definition at line 100 of file when.hpp.


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