Public Member Functions | |
SplitQueueBuffer (int id) | |
virtual bool | read () |
virtual bool | operator() () |
Public Member Functions inherited from IdNode | |
IdNode (const std::string &name, int id, size_t nin=0, size_t nout=0) | |
int | id () |
virtual std::string | ident () |
std::ostream & | msg (const std::string s) |
virtual bool | ready () |
Public Member Functions inherited from WireCell::Pgraph::Node | |
Node () | |
virtual | ~Node () |
Port & | iport (size_t ind=0) |
Port & | oport (size_t ind=0) |
PortList & | input_ports () |
PortList & | output_ports () |
Port & | port (Port::Type type, size_t ind=0) |
Port & | port (Port::Type type, const std::string &name) |
bool | connected () |
Private Attributes | |
Pgraph::Queue | m_buf |
Additional Inherited Members | |
Protected Attributes inherited from WireCell::Pgraph::Node | |
PortList | m_ports [Port::ntypes] |
Definition at line 126 of file test_pipegraph.cxx.
|
inline |
Definition at line 128 of file test_pipegraph.cxx.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 129 of file test_pipegraph.cxx.
|
private |
Definition at line 151 of file test_pipegraph.cxx.