#include <GenPipeline.h>
Definition at line 186 of file GenPipeline.h.
virtual WireCell::QueuedNodeProc::~QueuedNodeProc |
( |
| ) |
|
|
inlinevirtual |
virtual Pipe& WireCell::QueuedNodeProc::input_pipe |
( |
| ) |
|
|
inlinevirtual |
virtual bool WireCell::QueuedNodeProc::operator() |
( |
void |
| ) |
|
|
inlinevirtual |
Implements WireCell::Proc.
Definition at line 201 of file GenPipeline.h.
202 if (
iq.empty()) {
return false; }
204 bool ok = (*node)(
iq.front(), anyq);
205 if (!ok)
return false;
207 for (
auto anyo : anyq) {
std::deque< boost::any > queuedany
virtual Pipe& WireCell::QueuedNodeProc::output_pipe |
( |
| ) |
|
|
inlinevirtual |
Pipe WireCell::QueuedNodeProc::iq |
|
private |
Pipe WireCell::QueuedNodeProc::oq |
|
private |
The documentation for this class was generated from the following file: