Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::queueing_port< T >::queueing_port_operation Class Reference
Inheritance diagram for internal::queueing_port< T >::queueing_port_operation:
Collaboration diagram for internal::queueing_port< T >::queueing_port_operation:

Public Member Functions

 queueing_port_operation (const T &e, op_type t)
 
 queueing_port_operation (const T *p, op_type t)
 
 queueing_port_operation (op_type t)
 

Public Attributes

char type
 
my_val
 
T * my_arg
 
taskbypass_t
 

Detailed Description

template<typename T>
class internal::queueing_port< T >::queueing_port_operation

Definition at line 448 of file _flow_graph_join_impl.h.

Constructor & Destructor Documentation

template<typename T >
internal::queueing_port< T >::queueing_port_operation::queueing_port_operation ( const T &  e,
op_type  t 
)
inline
template<typename T >
internal::queueing_port< T >::queueing_port_operation::queueing_port_operation ( const T *  p,
op_type  t 
)
inline

Definition at line 465 of file _flow_graph_join_impl.h.

465  :
466  type(char(t)), my_arg(const_cast<T*>(p))
467  , bypass_t(NULL)
468  {}
void const char const char int ITT_FORMAT __itt_group_sync p
template<typename T >
internal::queueing_port< T >::queueing_port_operation::queueing_port_operation ( op_type  t)
inline

Member Data Documentation

template<typename T >
task* internal::queueing_port< T >::queueing_port_operation::bypass_t
template<typename T >
T* internal::queueing_port< T >::queueing_port_operation::my_arg
template<typename T >
T internal::queueing_port< T >::queueing_port_operation::my_val
template<typename T >
char internal::queueing_port< T >::queueing_port_operation::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.