Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation Class Reference
Inheritance diagram for tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation:
Collaboration diagram for tbb::flow::interface11::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 tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation

Definition at line 449 of file flow_graph.h.

Constructor & Destructor Documentation

◆ queueing_port_operation() [1/3]

template<typename T >
tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation::queueing_port_operation ( const T &  e,
op_type  t 
)
inline

Definition at line 461 of file flow_graph.h.

462  : public internal::untyped_receiver {
463  template< typename > friend class internal::async_storage;
464  template< typename, typename > friend struct internal::async_helpers;

◆ queueing_port_operation() [2/3]

template<typename T >
tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation::queueing_port_operation ( const T *  p,
op_type  t 
)
inline

Definition at line 466 of file flow_graph.h.

◆ queueing_port_operation() [3/3]

template<typename T >
tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation::queueing_port_operation ( op_type  t)
inline

Definition at line 471 of file flow_graph.h.

472  {
bool try_put(const X &t)
Put an item to the receiver.
Definition: flow_graph.h:377

Member Data Documentation

◆ bypass_t

template<typename T >
task* tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation::bypass_t

Definition at line 459 of file flow_graph.h.

◆ my_arg

template<typename T >
T* tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation::my_arg

Definition at line 453 of file flow_graph.h.

◆ my_val

template<typename T >
T tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation::my_val

Definition at line 452 of file flow_graph.h.

◆ type

template<typename T >
char tbb::flow::interface11::internal::queueing_port< T >::queueing_port_operation::type

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