Public Member Functions | |
| pair_factory_base (const pair_factory_base &other) | |
| 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... | |
| template<typename pipe_t > | |
| 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 |
| child_t & | final () |
| Signal that this factory is used to instantiate a pipeline_impl, i.e. More... | |
Definition at line 34 of file pair_factory.h.
|
inline |
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.
|
inline |
See factory_base::hook_initialization.
Definition at line 66 of file pair_factory.h.
|
inline |
Internal - used by subclasses to record references to node_maps for a later connectivity check.
Definition at line 75 of file pair_factory.h.