indexer_node_base
More...
#include <_flow_graph_indexer_impl.h>
|
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 |
|
typedef OutputType | output_type |
|
typedef InputTuple | input_type |
|
|
| indexer_node_base (graph &g) |
|
| indexer_node_base (const indexer_node_base &other) |
|
bool | register_successor (successor_type &r) |
|
bool | remove_successor (successor_type &r) |
|
task * | try_put_task (output_type const *v) |
|
input_type & | input_ports () |
|
|
static const size_t | N = tbb::flow::tuple_size<InputTuple>::value |
|
static const int | N = tbb::flow::tuple_size<InputTuple>::value |
|
|
void | reset_node (reset_flags f) |
|
|
class | internal::aggregating_functor< class_type, indexer_node_base_operation > |
|
template<typename InputTuple, typename OutputType, typename StructTypes>
class internal::indexer_node_base< InputTuple, OutputType, StructTypes >
indexer_node_base
The documentation for this class was generated from the following file: