Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Member Functions | |
buffer_operation (const T &e, op_type t) | |
buffer_operation (op_type t) | |
Public Attributes | |
char | type |
T * | elem |
task * | ltask |
successor_type * | r |
Definition at line 1570 of file flow_graph.h.
|
inline |
Definition at line 1588 of file flow_graph.h.
|
inline |
Definition at line 1596 of file flow_graph.h.
T* tbb::flow::interface10::buffer_node< T, A >::buffer_operation::elem |
Definition at line 1584 of file flow_graph.h.
task* tbb::flow::interface10::buffer_node< T, A >::buffer_operation::ltask |
Definition at line 1585 of file flow_graph.h.
successor_type* tbb::flow::interface10::buffer_node< T, A >::buffer_operation::r |
Definition at line 1586 of file flow_graph.h.
char tbb::flow::interface10::buffer_node< T, A >::buffer_operation::type |
Definition at line 1572 of file flow_graph.h.