Public Types | Public Member Functions | List of all members
tbb::flow::interface7::internal::async_gateway< Output > Class Template Referenceabstract

Pure virtual template class that defines interface for async communication. More...

#include <flow_graph.h>

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

Public Types

typedef Output output_type
 

Public Member Functions

virtual bool async_try_put (const output_type &i)=0
 Submit signal from Async Activity to FG.
 
virtual void async_reserve ()=0
 
virtual void async_commit ()=0
 

Detailed Description

template<typename Output>
class tbb::flow::interface7::internal::async_gateway< Output >

Pure virtual template class that defines interface for async communication.


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.