Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type Class Reference
Inheritance diagram for tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type:
Collaboration diagram for tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type:

Public Member Functions

 operation_type (const input_type &e, op_type t)
 
 operation_type (op_type t)
 

Public Attributes

char type
 
union {
   input_type *   elem
 
   predecessor_type *   r
 
}; 
 
tbb::taskbypass_t
 

Detailed Description

template<typename Input, typename Policy, typename A, typename ImplType>
class tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type

Definition at line 209 of file flow_graph.h.

Constructor & Destructor Documentation

◆ operation_type() [1/2]

template<typename Input, typename Policy, typename A, typename ImplType>
tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::operation_type ( const input_type e,
op_type  t 
)
inline

Definition at line 221 of file flow_graph.h.

223  {

◆ operation_type() [2/2]

template<typename Input, typename Policy, typename A, typename ImplType>
tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::operation_type ( op_type  t)
inline

Definition at line 223 of file flow_graph.h.

223 {

Member Data Documentation

◆ @6

union { ... }

◆ bypass_t

template<typename Input, typename Policy, typename A, typename ImplType>
tbb::task* tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::bypass_t

Definition at line 220 of file flow_graph.h.

◆ elem

template<typename Input, typename Policy, typename A, typename ImplType>
input_type* tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::elem

Definition at line 213 of file flow_graph.h.

◆ r

template<typename Input, typename Policy, typename A, typename ImplType>
predecessor_type* tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::r

Definition at line 214 of file flow_graph.h.

◆ type

template<typename Input, typename Policy, typename A, typename ImplType>
char tbb::flow::interface11::internal::function_input_base< Input, Policy, A, ImplType >::operation_type::type

Definition at line 211 of file flow_graph.h.


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

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.