Public Member Functions | |
| virtual | ~IntSink () |
| virtual bool | insert (const input_pointer &in) |
Public Member Functions inherited from Sink< int > | |
| Sink (int id) | |
| virtual | ~Sink () |
| virtual | ~Sink () |
| virtual bool | operator() () |
| virtual bool | extract (AnyPorts &output) |
| virtual bool | insert (AnyPorts &input) |
Public Member Functions inherited from Hydra | |
| virtual | ~Hydra () |
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 () |
Additional Inherited Members | |
Public Types inherited from Sink< int > | |
| typedef std::shared_ptr< const int > | input_pointer |
Protected Attributes inherited from WireCell::Pgraph::Node | |
| PortList | m_ports [Port::ntypes] |
Definition at line 70 of file _test_hydra.cxx.
|
inlinevirtual |
Definition at line 72 of file _test_hydra.cxx.
|
inlinevirtual |
1.8.11