Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::graph::spawn_functor Class Reference

A functor that spawns a task. More...

Inheritance diagram for tbb::flow::interface10::graph::spawn_functor:
Collaboration diagram for tbb::flow::interface10::graph::spawn_functor:

Public Member Functions

 spawn_functor (tbb::task &t)
 
void operator() () const
 

Private Attributes

tbb::taskspawn_task
 

Detailed Description

A functor that spawns a task.

Definition at line 245 of file _flow_graph_impl.h.

Constructor & Destructor Documentation

◆ spawn_functor()

tbb::flow::interface10::graph::spawn_functor::spawn_functor ( tbb::task t)
inline

Definition at line 248 of file _flow_graph_impl.h.

Member Function Documentation

◆ operator()()

void tbb::flow::interface10::graph::spawn_functor::operator() ( ) const
inline

Definition at line 249 of file _flow_graph_impl.h.

249  {
251  }
#define FLOW_SPAWN(a)

References FLOW_SPAWN, and spawn_task.

Member Data Documentation

◆ spawn_task

tbb::task& tbb::flow::interface10::graph::spawn_functor::spawn_task
private

Definition at line 246 of file _flow_graph_impl.h.

Referenced by operator()().


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

Copyright © 2005-2019 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.