HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
WorkImpl_Dispatcher::_InvokerTaskWrapper< Fn > Struct Template Reference

#include <dispatcher_impl.h>

+ Inheritance diagram for WorkImpl_Dispatcher::_InvokerTaskWrapper< Fn >:

Public Member Functions

 _InvokerTaskWrapper (Fn &&fn)
 
 _InvokerTaskWrapper (Fn const &fn)
 
virtual tbb::task * execute ()
 

Detailed Description

template<class Fn>
struct WorkImpl_Dispatcher::_InvokerTaskWrapper< Fn >

Definition at line 73 of file dispatcher_impl.h.

Constructor & Destructor Documentation

template<class Fn >
WorkImpl_Dispatcher::_InvokerTaskWrapper< Fn >::_InvokerTaskWrapper ( Fn &&  fn)
inlineexplicit

Definition at line 74 of file dispatcher_impl.h.

template<class Fn >
WorkImpl_Dispatcher::_InvokerTaskWrapper< Fn >::_InvokerTaskWrapper ( Fn const &  fn)
inlineexplicit

Definition at line 77 of file dispatcher_impl.h.

Member Function Documentation

template<class Fn >
virtual tbb::task* WorkImpl_Dispatcher::_InvokerTaskWrapper< Fn >::execute ( )
inlinevirtual

Definition at line 80 of file dispatcher_impl.h.


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