Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
_flow_graph_indexer_impl.h File Reference
Include dependency graph for _flow_graph_indexer_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  internal::indexer_helper< TupleTypes, N >
 
struct  internal::indexer_helper< TupleTypes, 1 >
 
class  internal::indexer_input_port< T >
 
class  internal::indexer_node_FE< InputTuple, OutputType, StructTypes >
 
class  internal::indexer_node_base< InputTuple, OutputType, StructTypes >
 indexer_node_base More...
 
class  internal::indexer_node_base< InputTuple, OutputType, StructTypes >::indexer_node_base_operation
 
struct  internal::input_types< N, InputTuple >
 
struct  internal::input_types< 1, InputTuple >
 
struct  internal::input_types< 2, InputTuple >
 
struct  internal::input_types< 3, InputTuple >
 
struct  internal::input_types< 4, InputTuple >
 
struct  internal::input_types< 5, InputTuple >
 
struct  internal::input_types< 6, InputTuple >
 
struct  internal::input_types< 7, InputTuple >
 
struct  internal::input_types< 8, InputTuple >
 
struct  internal::input_types< 9, InputTuple >
 
struct  internal::input_types< 10, InputTuple >
 
struct  internal::indexer_types< OutputTuple >
 
class  internal::unfolded_indexer_node< OutputTuple >
 

Namespaces

 internal
 

Macros

#define __TBB__flow_graph_indexer_impl_H
 

Functions

template<typename IndexerNodeBaseType , typename T , size_t K>
taskdo_try_put (const T &v, void *p)
 

Macro Definition Documentation

◆ __TBB__flow_graph_indexer_impl_H

#define __TBB__flow_graph_indexer_impl_H

Definition at line 23 of file flow_graph.h.

Function Documentation

◆ do_try_put()

template<typename IndexerNodeBaseType , typename T , size_t K>
task* internal::do_try_put ( const T &  v,
void p 
)

Definition at line 38 of file _flow_graph_indexer_impl.h.

38  {
39  typename IndexerNodeBaseType::output_type o(K, v);
40  return reinterpret_cast<IndexerNodeBaseType *>(p)->try_put_task(&o);
41  }
void const char const char int ITT_FORMAT __itt_group_sync p

References p.

Referenced by streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::enqueue().

Here is the caller graph for this function:

Copyright © 2005-2019 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.