Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation Class Reference
Inheritance diagram for tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation:
Collaboration diagram for tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation:

Public Member Functions

 indexer_node_base_operation (const output_type *e, op_type t)
 
 indexer_node_base_operation (const successor_type &s, op_type t)
 
 indexer_node_base_operation (op_type t)
 

Public Attributes

char type
 
union {
   output_type const *   my_arg
 
   successor_type *   my_succ
 
   task *   bypass_t
 
}; 
 

Detailed Description

template<typename InputTuple, typename OutputType, typename StructTypes>
class tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation

Definition at line 194 of file flow_graph.h.

Constructor & Destructor Documentation

◆ indexer_node_base_operation() [1/3]

template<typename InputTuple , typename OutputType , typename StructTypes >
tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::indexer_node_base_operation ( const output_type e,
op_type  t 
)
inline

Definition at line 206 of file flow_graph.h.

206  {
207  // both are valid tasks

◆ indexer_node_base_operation() [2/3]

template<typename InputTuple , typename OutputType , typename StructTypes >
tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::indexer_node_base_operation ( const successor_type s,
op_type  t 
)
inline

Definition at line 208 of file flow_graph.h.

218  {

◆ indexer_node_base_operation() [3/3]

template<typename InputTuple , typename OutputType , typename StructTypes >
tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::indexer_node_base_operation ( op_type  t)
inline

Definition at line 210 of file flow_graph.h.

218 {

Member Data Documentation

◆ @12

union { ... }

◆ bypass_t

template<typename InputTuple , typename OutputType , typename StructTypes >
task* tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::bypass_t

Definition at line 200 of file flow_graph.h.

◆ my_arg

template<typename InputTuple , typename OutputType , typename StructTypes >
output_type const* tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::my_arg

Definition at line 198 of file flow_graph.h.

◆ my_succ

template<typename InputTuple , typename OutputType , typename StructTypes >
successor_type* tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::my_succ

Definition at line 199 of file flow_graph.h.

◆ type

template<typename InputTuple , typename OutputType , typename StructTypes >
char tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation::type

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