Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation Class Reference
Inheritance diagram for tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation:
Collaboration diagram for tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation:

Public Member Functions

 reserving_port_operation (const T &e, op_type t)
 
 reserving_port_operation (const predecessor_type &s, op_type t)
 
 reserving_port_operation (op_type t)
 

Public Attributes

char type
 
union {
   T *   my_arg
 
   predecessor_type *   my_pred
 
}; 
 

Detailed Description

template<typename T>
class tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation

Definition at line 232 of file flow_graph.h.

Constructor & Destructor Documentation

◆ reserving_port_operation() [1/3]

template<typename T >
tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::reserving_port_operation ( const T &  e,
op_type  t 
)
inline

Definition at line 243 of file flow_graph.h.

243  {
244  return static_cast<const void*>(&static_cast<const async_msg<filtered_type>&>(t));

◆ reserving_port_operation() [2/3]

template<typename T >
tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::reserving_port_operation ( const predecessor_type s,
op_type  t 
)
inline

Definition at line 245 of file flow_graph.h.

247  {

◆ reserving_port_operation() [3/3]

template<typename T >
tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::reserving_port_operation ( op_type  t)
inline

Definition at line 247 of file flow_graph.h.

247 {

Member Data Documentation

◆ @8

union { ... }

◆ my_arg

template<typename T >
T* tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::my_arg

Definition at line 236 of file flow_graph.h.

◆ my_pred

template<typename T >
predecessor_type* tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::my_pred

Definition at line 237 of file flow_graph.h.

◆ type

template<typename T >
char tbb::flow::interface10::internal::reserving_port< T >::reserving_port_operation::type

Definition at line 234 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.