Public Member Functions | |
virtual | ~MyDepoSink () |
bool | operator() (const WireCell::IDepo::pointer &in) |
The calling signature: More... | |
![]() | |
virtual | ~IDepoSink () |
virtual std::string | signature () |
![]() | |
virtual | ~ISinkNode () |
virtual bool | operator() (const boost::any &anyin) |
virtual std::vector< std::string > | input_types () |
![]() | |
virtual | ~ISinkNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
![]() | |
virtual | ~INode () |
virtual int | concurrency () |
virtual std::vector< std::string > | output_types () |
virtual void | reset () |
![]() | |
virtual | ~IComponent () |
![]() | |
virtual | ~Interface () |
Additional Inherited Members | |
![]() | |
typedef IDepo | input_type |
typedef std::shared_ptr< const IDepo > | input_pointer |
![]() | |
typedef std::shared_ptr< ISinkNodeBase > | pointer |
![]() | |
enum | NodeCategory { unknown, sourceNode, sinkNode, functionNode, queuedoutNode, joinNode, splitNode, faninNode, fanoutNode, multioutNode, hydraNode } |
![]() | |
typedef std::shared_ptr< INode > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
![]() | |
typedef std::shared_ptr< Interface > | pointer |
Definition at line 30 of file _test_onion.cxx.
|
inlinevirtual |
Definition at line 32 of file _test_onion.cxx.
|
inlinevirtual |
The calling signature:
Implements WireCell::ISinkNode< IDepo >.
Definition at line 33 of file _test_onion.cxx.