Public Types | Public Member Functions | Protected Member Functions | Friends | List of all members
tbb::flow::interface7::async_node< Input, Output, Allocator > Class Template Reference

Implements a async node. More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface7::async_node< Input, Output, Allocator >:
tbb::flow::interface7::graph_node tbb::flow::interface7::internal::async_gateway< Output >

Public Types

typedef Input input_type
 
typedef Output output_type
 
typedef async_node< input_type,
output_type, Allocator > 
my_class
 
typedef sender< input_type > predecessor_type
 
typedef receiver< output_type > successor_type
 
typedef
internal::async_gateway
< output_type > 
async_gateway_type
 
typedef internal::async_input
< input_type, Allocator,
async_gateway_type
async_input_type
 
typedef
internal::function_output
< output_type > 
async_output_type
 
- Public Types inherited from tbb::flow::interface7::internal::async_gateway< Output >
typedef Output output_type
 

Public Member Functions

template<typename Body >
 async_node (graph &g, Body body)
 Constructor.
 
 async_node (const async_node &src)
 Copy constructor.
 
async_gateway_typeasync_gateway ()
 
void set_name (const char *name)
 
- Public Member Functions inherited from tbb::flow::interface7::graph_node
 graph_node (graph &g)
 

Protected Member Functions

void reset_node (__TBB_PFG_RESET_ARG(reset_flags f))
 
void extract ()
 
internal::broadcast_cache
< output_type > & 
successors ()
 
bool async_try_put (const output_type &i)
 Submit signal from Async Activity to FG.
 
void async_reserve ()
 
void async_commit ()
 
- Protected Member Functions inherited from tbb::flow::interface7::graph_node
virtual void reset_node (__TBB_PFG_RESET_ARG(reset_flags f=rf_reset_protocol))=0
 

Friends

template<typename R , typename B >
class run_and_put_task
 
template<typename X , typename Y >
class internal::broadcast_cache
 
template<typename X , typename Y >
class internal::round_robin_cache
 

Additional Inherited Members

- Protected Attributes inherited from tbb::flow::interface7::graph_node
graphmy_graph
 
graph_nodenext
 
graph_nodeprev
 

Detailed Description

template<typename Input, typename Output, typename Allocator = cache_aligned_allocator<Input>>
class tbb::flow::interface7::async_node< Input, Output, Allocator >

Implements a async node.


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

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