Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::function_input_base< Input, Policy, A, ImplType >::operation_type Class Reference
Inheritance diagram for internal::function_input_base< Input, Policy, A, ImplType >::operation_type:
Collaboration diagram for 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 Member Functions inherited from tbb::interface6::internal::aggregated_operation< Derived >
 aggregated_operation ()
 

Public Attributes

char type
 
union {
   input_type *   elem
 
   predecessor_type *   r
 
}; 
 
tbb::taskbypass_t
 
- 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 Input, typename Policy, typename A, typename ImplType>
class internal::function_input_base< Input, Policy, A, ImplType >::operation_type

Definition at line 209 of file _flow_graph_node_impl.h.

Constructor & Destructor Documentation

◆ operation_type() [1/2]

template<typename Input , typename Policy , typename A , typename ImplType >
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_node_impl.h.

221  :
222  type(char(t)), elem(const_cast<input_type*>(&e)) {}
Input input_type
The input type of this receiver.

◆ operation_type() [2/2]

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

Definition at line 223 of file _flow_graph_node_impl.h.

223 : type(char(t)), r(NULL) {}

Member Data Documentation

◆ 

union { ... }

◆ bypass_t

◆ elem

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

◆ r

◆ type

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

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.