Inherits tpie::pipelining::bits::pair_factory_base< pair_factory< fact1_t, fact2_t > >.
Classes | |
| struct | constructed |
Public Member Functions | |
| pair_factory (const pair_factory &)=delete | |
| pair_factory (pair_factory &&)=default | |
| pair_factory & | operator= (const pair_factory &)=delete |
| pair_factory & | operator= (pair_factory &&)=default |
| pair_factory (fact1_t &&fact1, fact2_t &&fact2) | |
| template<typename dest_t > | |
| constructed< dest_t >::type | construct (dest_t &&dest) |
| template<typename dest_t > | |
| constructed< dest_t >::type | construct_copy (dest_t &&dest) |
| void | recursive_connected_check () const |
| void | hook_initialization_impl (factory_init_hook *hook) |
| double | memory () const |
| void | name (const std::string &n, priority_type) |
| void | push_breadcrumb (const std::string &n) |
| void | hook_initialization (factory_init_hook *hook) |
| See factory_base::hook_initialization. More... | |
| pipe_t | record (size_t idx, pipe_t &&pipe) const |
| Internal - used by subclasses to record references to node_maps for a later connectivity check. More... | |
| void | assert_connected () const |
| pair_factory< fact1_t, fact2_t > & | finalize () |
| Signal that this factory is used to instantiate a pipeline_impl, i.e. More... | |
| void | set_destination_kind_push () |
| void | set_destination_kind_pull () |
Public Attributes | |
| fact1_t | fact1 |
| fact2_t | fact2 |
Definition at line 151 of file pair_factory.h.
|
inlineinherited |
Signal that this factory is used to instantiate a pipeline_impl, i.e.
that it was made by piping together a pipe_begin and a pipe_end.
Definition at line 116 of file pair_factory.h.
|
inlineinherited |
See factory_base::hook_initialization.
Definition at line 74 of file pair_factory.h.
|
inlineinherited |
Internal - used by subclasses to record references to node_maps for a later connectivity check.
Definition at line 83 of file pair_factory.h.