Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 > Class Template Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >:
Collaboration diagram for tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >:

Public Types

typedef tuple< T0, T1, T2, T3, T4, T5 > InputTuple
 
typedef internal::tagged_msg< size_t, T0, T1, T2, T3, T4, T5 > output_type
 
typedef internal::unfolded_indexer_node< InputTupleunfolded_type
 
- Public Types inherited from tbb::flow::interface11::internal::unfolded_indexer_node< tuple< T0, T1, T2, T3, T4, T5 > >
typedef indexer_types< tuple< T0, T1, T2, T3, T4, T5 > >::input_ports_type input_ports_type
 
typedef tuple< T0, T1, T2, T3, T4, T5 > tuple_types
 
typedef indexer_types< tuple< T0, T1, T2, T3, T4, T5 > >::output_type output_type
 
- Public Types inherited from tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >
typedef OutputType output_type
 
typedef StructTypes tuple_types
 
typedef sender< output_type >::successor_type successor_type
 
typedef indexer_node_FE< InputTuple, output_type, StructTypes > input_ports_type
 
- Public Types inherited from tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >
typedef OutputType output_type
 
typedef InputTuple input_type
 
- Public Types inherited from tbb::flow::interface11::internal::untyped_sender
typedef untyped_receiver successor_type
 The successor type for this node. More...
 

Public Member Functions

__TBB_NOINLINE_SYM indexer_node (graph &g)
 
__TBB_NOINLINE_SYM indexer_node (const indexer_node &other)
 
- Public Member Functions inherited from tbb::flow::interface11::internal::unfolded_indexer_node< tuple< T0, T1, T2, T3, T4, T5 > >
 unfolded_indexer_node (graph &g)
 
 unfolded_indexer_node (const unfolded_indexer_node &other)
 
- Public Member Functions inherited from tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >
 indexer_node_base (graph &g)
 
 indexer_node_base (const indexer_node_base &other)
 
bool register_successor (successor_type &r) __TBB_override
 Add a new successor to this node. More...
 
bool remove_successor (successor_type &r) __TBB_override
 Removes a successor from this node. More...
 
tasktry_put_task (output_type const *v)
 
- Public Member Functions inherited from tbb::flow::interface11::graph_node
 graph_node (graph &g)
 
virtual ~graph_node ()
 
- Public Member Functions inherited from tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >
 indexer_node_FE ()
 
input_typeinput_ports ()
 
- Public Member Functions inherited from tbb::flow::interface11::sender< OutputType >
virtual bool try_get (OutputType &)
 Request an item from the sender. More...
 
virtual bool try_reserve (OutputType &)
 Reserves an item in the sender. More...
 
- Public Member Functions inherited from tbb::flow::interface11::internal::untyped_sender
virtual ~untyped_sender ()
 
virtual bool try_release ()
 Releases the reserved item. More...
 
virtual bool try_consume ()
 Consumes the reserved item. More...
 

Static Private Attributes

static const int N = 6
 

Additional Inherited Members

- Public Attributes inherited from tbb::flow::interface11::sender< OutputType >
__TBB_DEPRECATED typedef OutputType output_type
 The output type of this sender. More...
 
__TBB_DEPRECATED typedef internal::async_helpers< OutputType >::filtered_type filtered_type
 
- Static Public Attributes inherited from tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >
static const size_t N = tbb::flow::tuple_size<InputTuple>::value
 
- Static Public Attributes inherited from tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >
static const int N = tbb::flow::tuple_size<InputTuple>::value
 
- Protected Member Functions inherited from tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >
void reset_node (reset_flags f) __TBB_override
 
- Protected Member Functions inherited from tbb::flow::interface11::sender< OutputType >
virtual bool try_get_wrapper (void *p, bool is_async) __TBB_override
 
virtual bool try_reserve_wrapper (void *p, bool is_async) __TBB_override
 
- Protected Member Functions inherited from tbb::flow::interface11::internal::untyped_sender
template<typename X >
bool try_get (X &t)
 Request an item from the sender. More...
 
template<typename X >
bool try_reserve (X &t)
 Reserves an item in the sender. More...
 
- Protected Attributes inherited from tbb::flow::interface11::internal::indexer_node_base< InputTuple, OutputType, StructTypes >
graphmy_graph
 
- Protected Attributes inherited from tbb::flow::interface11::graph_node
graphmy_graph
 
graph_nodenext
 
graph_nodeprev
 
- Protected Attributes inherited from tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >
input_type my_inputs
 

Detailed Description

template<typename T0, typename T1, typename T2, typename T3, typename T4, typename T5>
class tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >

Definition at line 3645 of file flow_graph.h.

Member Typedef Documentation

◆ InputTuple

template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
typedef tuple<T0, T1, T2, T3, T4, T5> tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >::InputTuple

Definition at line 3649 of file flow_graph.h.

◆ output_type

template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
typedef internal::tagged_msg<size_t, T0, T1, T2, T3, T4, T5> tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >::output_type

Definition at line 3650 of file flow_graph.h.

◆ unfolded_type

template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
typedef internal::unfolded_indexer_node<InputTuple> tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >::unfolded_type

Definition at line 3651 of file flow_graph.h.

Constructor & Destructor Documentation

◆ indexer_node() [1/2]

template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
__TBB_NOINLINE_SYM tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >::indexer_node ( graph g)
inline

Definition at line 3652 of file flow_graph.h.

3652  : unfolded_type(g) {
3653  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_INDEXER_NODE, &this->my_graph,
3654  this->input_ports(), static_cast< sender< output_type > *>(this) );
3655  }
#define CODEPTR()
internal::unfolded_indexer_node< InputTuple > unfolded_type
Definition: flow_graph.h:3651

References CODEPTR, tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_ports(), and tbb::flow::interface11::graph_node::my_graph.

Here is the call graph for this function:

◆ indexer_node() [2/2]

template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
__TBB_NOINLINE_SYM tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >::indexer_node ( const indexer_node< T0, T1, T2, T3, T4, T5 > &  other)
inline

Definition at line 3665 of file flow_graph.h.

3665  : unfolded_type(other) {
3666  tbb::internal::fgt_multiinput_node<N>( CODEPTR(), tbb::internal::FLOW_INDEXER_NODE, &this->my_graph,
3667  this->input_ports(), static_cast< sender< output_type > *>(this) );
3668  }
#define CODEPTR()
internal::unfolded_indexer_node< InputTuple > unfolded_type
Definition: flow_graph.h:3651

References CODEPTR, tbb::flow::interface11::internal::indexer_node_FE< InputTuple, OutputType, StructTypes >::input_ports(), and tbb::flow::interface11::graph_node::my_graph.

Here is the call graph for this function:

Member Data Documentation

◆ N

template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 >
const int tbb::flow::interface11::indexer_node< T0, T1, T2, T3, T4, T5 >::N = 6
staticprivate

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