Public Member Functions | |
| pair_factory_base (const pair_factory_base &other)=delete | |
| pair_factory_base (pair_factory_base &&other) | |
| pair_factory_base & | operator= (const pair_factory_base &other)=delete |
| pair_factory_base & | operator= (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, 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 & | 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 () |
Definition at line 36 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 116 of file pair_factory.h.
|
inline |
See factory_base::hook_initialization.
Definition at line 74 of file pair_factory.h.
|
inline |
Internal - used by subclasses to record references to node_maps for a later connectivity check.
Definition at line 83 of file pair_factory.h.