Inherits tpie::pipelining::bits::pair_factory_base< pair_factory< fact1_t, fact2_t > >.
Classes | |
| struct | constructed |
Public Member Functions | |
| pair_factory (const fact1_t &fact1, const fact2_t &fact2) | |
| template<typename dest_t > | |
| constructed< dest_t >::type | construct (const dest_t &dest) const |
| 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, const 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 > & | final () |
| Signal that this factory is used to instantiate a pipeline_impl, i.e. More... | |
Public Attributes | |
| fact1_t | fact1 |
| fact2_t | fact2 |
Definition at line 128 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 107 of file pair_factory.h.
|
inlineinherited |
See factory_base::hook_initialization.
Definition at line 66 of file pair_factory.h.
|
inlineinherited |
Internal - used by subclasses to record references to node_maps for a later connectivity check.
Definition at line 75 of file pair_factory.h.