Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation Class Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation:
Collaboration diagram for tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation:

Public Member Functions

 buffer_operation (const T &e, op_type t)
 
 buffer_operation (op_type t)
 
- Public Member Functions inherited from tbb::interface6::internal::aggregated_operation< Derived >
 aggregated_operation ()
 

Public Attributes

char type
 
T * elem
 
taskltask
 
successor_typer
 
- Public Attributes inherited from tbb::interface6::internal::aggregated_operation< Derived >
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
 

Detailed Description

template<typename T, typename Allocator = __TBB_DEFAULT_NODE_ALLOCATOR(T)>
class tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation

Definition at line 2087 of file flow_graph.h.

Constructor & Destructor Documentation

◆ buffer_operation() [1/2]

template<typename T , typename Allocator = __TBB_DEFAULT_NODE_ALLOCATOR(T)>
tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::buffer_operation ( const T &  e,
op_type  t 
)
inline

Definition at line 2105 of file flow_graph.h.

2105  : type(char(t))
2106 
2107 #if TBB_DEPRECATED_FLOW_NODE_EXTRACTION
2108  , ltask(NULL), elem(const_cast<T*>(&e))
2109 #else
2110  , elem(const_cast<T*>(&e)) , ltask(NULL)
2111 #endif
2112  {}

◆ buffer_operation() [2/2]

template<typename T , typename Allocator = __TBB_DEFAULT_NODE_ALLOCATOR(T)>
tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::buffer_operation ( op_type  t)
inline

Definition at line 2113 of file flow_graph.h.

2113 : type(char(t)), ltask(NULL) {}

Member Data Documentation

◆ elem

template<typename T , typename Allocator = __TBB_DEFAULT_NODE_ALLOCATOR(T)>
T* tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::elem

Definition at line 2101 of file flow_graph.h.

◆ ltask

template<typename T , typename Allocator = __TBB_DEFAULT_NODE_ALLOCATOR(T)>
task* tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::ltask

Definition at line 2102 of file flow_graph.h.

◆ r

template<typename T , typename Allocator = __TBB_DEFAULT_NODE_ALLOCATOR(T)>
successor_type* tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::r

Definition at line 2103 of file flow_graph.h.

◆ type

template<typename T , typename Allocator = __TBB_DEFAULT_NODE_ALLOCATOR(T)>
char tbb::flow::interface11::buffer_node< T, Allocator >::buffer_operation::type

Definition at line 2089 of file flow_graph.h.


The documentation for this class was generated from the following file:
tbb::flow::interface11::buffer_node::buffer_operation::type
char type
Definition: flow_graph.h:2089
tbb::flow::interface11::buffer_node::buffer_operation::elem
T * elem
Definition: flow_graph.h:2101
tbb::flow::interface11::buffer_node::buffer_operation::ltask
task * ltask
Definition: flow_graph.h:2102

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