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

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface10::buffer_node< T, A >::buffer_operation:
Collaboration diagram for tbb::flow::interface10::buffer_node< T, A >::buffer_operation:

Public Member Functions

 buffer_operation (const T &e, op_type t)
 
 buffer_operation (op_type t)
 

Public Attributes

char type
 
T * elem
 
taskltask
 
successor_typer
 

Detailed Description

template<typename T, typename A = cache_aligned_allocator<T>>
class tbb::flow::interface10::buffer_node< T, A >::buffer_operation

Definition at line 1572 of file flow_graph.h.

Constructor & Destructor Documentation

◆ buffer_operation() [1/2]

template<typename T, typename A = cache_aligned_allocator<T>>
tbb::flow::interface10::buffer_node< T, A >::buffer_operation::buffer_operation ( const T &  e,
op_type  t 
)
inline

Definition at line 1590 of file flow_graph.h.

1590  : type(char(t))
1591 
1592 #if TBB_DEPRECATED_FLOW_NODE_EXTRACTION
1593  , ltask(NULL), elem(const_cast<T*>(&e))
1594 #else
1595  , elem(const_cast<T*>(&e)) , ltask(NULL)
1596 #endif
1597  {}

◆ buffer_operation() [2/2]

template<typename T, typename A = cache_aligned_allocator<T>>
tbb::flow::interface10::buffer_node< T, A >::buffer_operation::buffer_operation ( op_type  t)
inline

Member Data Documentation

◆ elem

template<typename T, typename A = cache_aligned_allocator<T>>
T* tbb::flow::interface10::buffer_node< T, A >::buffer_operation::elem

Definition at line 1586 of file flow_graph.h.

◆ ltask

template<typename T, typename A = cache_aligned_allocator<T>>
task* tbb::flow::interface10::buffer_node< T, A >::buffer_operation::ltask

Definition at line 1587 of file flow_graph.h.

◆ r

template<typename T, typename A = cache_aligned_allocator<T>>
successor_type* tbb::flow::interface10::buffer_node< T, A >::buffer_operation::r

Definition at line 1588 of file flow_graph.h.

◆ type

template<typename T, typename A = cache_aligned_allocator<T>>
char tbb::flow::interface10::buffer_node< T, A >::buffer_operation::type

Definition at line 1574 of file flow_graph.h.


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

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