Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation Class Reference
Inheritance diagram for internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation:
Collaboration diagram for 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 Member Functions inherited from tbb::interface6::internal::aggregated_operation< Derived >
 aggregated_operation ()
 

Public Attributes

char type
 
union {
   output_type const *   my_arg
 
   successor_type *   my_succ
 
   task *   bypass_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 InputTuple, typename OutputType, typename StructTypes>
class internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation

Definition at line 194 of file _flow_graph_indexer_impl.h.

Constructor & Destructor Documentation

◆ indexer_node_base_operation() [1/3]

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

◆ indexer_node_base_operation() [2/3]

template<typename InputTuple , typename OutputType , typename StructTypes >
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_indexer_impl.h.

208  : type(char(t)),
209  my_succ(const_cast<successor_type *>(&s)) {}
void const char const char int ITT_FORMAT __itt_group_sync s

◆ indexer_node_base_operation() [3/3]

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

Member Data Documentation

◆ @15

union { ... }

◆ bypass_t

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

◆ my_arg

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

◆ my_succ

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

◆ type

template<typename InputTuple , typename OutputType , typename StructTypes >
char internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_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.