Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::send_func Class Reference
Inheritance diagram for tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::send_func:
Collaboration diagram for tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::send_func:

Public Member Functions

 send_func (StreamFactory &factory, device_type d)
 
template<typename... FnArgs>
void operator() (FnArgs &... args)
 

Private Attributes

StreamFactory & my_factory
 
device_type my_device
 

Additional Inherited Members

- Private Member Functions inherited from tbb::internal::no_assign
void operator= (const no_assign &)=delete
 
 no_assign (const no_assign &)=default
 
 no_assign ()=default
 

Detailed Description

template<typename... Ports, typename JP, typename StreamFactory>
template<typename... Args>
class tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::send_func

Definition at line 572 of file flow_graph.h.

Constructor & Destructor Documentation

◆ send_func()

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::send_func::send_func ( StreamFactory &  factory,
device_type  d 
)
inline

Definition at line 574 of file flow_graph.h.

583  :

Member Function Documentation

◆ operator()()

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
template<typename... FnArgs>
void tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::send_func::operator() ( FnArgs &...  args)
inline

Definition at line 578 of file flow_graph.h.

583  :

Member Data Documentation

◆ my_device

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
device_type tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::send_func::my_device
private

Definition at line 583 of file flow_graph.h.

◆ my_factory

template<typename... Ports, typename JP , typename StreamFactory >
template<typename... Args>
StreamFactory& tbb::flow::interface11::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::send_func::my_factory
private

Definition at line 582 of file flow_graph.h.


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

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.