enum Target
  • Local
  • Remote
struct sbn::factory_guard
Methods
template <Target target = Target::Local>
commit(kernel_ptr && rhs, exit_code ret) -> void
template <Target t = Target::Local>
send(kernel_ptr && k) -> void
template <Target target = Target::Local>
commit(kernel_ptr && rhs) -> void
template <Target target = Target::Local>
send(kernel_ptr && lhs, kernel * rhs) -> void
template <class Pipeline>
upstream(Pipeline & ppl, kernel * lhs, kernel_ptr && rhs) -> void
send< Local >(kernel_ptr && k) -> void
template <Target target = Target::Local>
upstream(kernel * lhs, kernel_ptr && rhs) -> void
send< Remote >(kernel_ptr && k) -> void