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) | |
![]() | |
aggregated_operation () | |
Public Attributes | |
char | type |
T * | elem |
task * | ltask |
successor_type * | r |
![]() | |
uintptr_t | status |
Zero value means "wait" status, all other values are "user" specified values and are defined into the scope of a class which uses "status". More... | |
Derived * | next |
Definition at line 2087 of file flow_graph.h.
|
inline |
|
inline |
Definition at line 2113 of file flow_graph.h.
T* tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::elem |
Definition at line 2101 of file flow_graph.h.
task* tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::ltask |
Definition at line 2102 of file flow_graph.h.
successor_type* tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::r |
Definition at line 2103 of file flow_graph.h.
char tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::type |
Definition at line 2089 of file flow_graph.h.