Public Member Functions | List of all members
WireCell::IDepoSink Class Reference

#include <IDepoSink.h>

Inheritance diagram for WireCell::IDepoSink:
WireCell::ISinkNode< IDepo > WireCell::ISinkNodeBase WireCell::INode WireCell::IComponent< INode > WireCell::Interface MyDepoSink WireCell::DumpDepos WireCellTbb::MockDepoSink

Public Member Functions

virtual ~IDepoSink ()
 
virtual std::string signature ()
 
- Public Member Functions inherited from WireCell::ISinkNode< IDepo >
virtual ~ISinkNode ()
 
virtual bool operator() (const boost::any &anyin)
 
virtual bool operator() (const input_pointer &in)=0
 The calling signature: More...
 
virtual std::vector< std::stringinput_types ()
 
- Public Member Functions inherited from WireCell::ISinkNodeBase
virtual ~ISinkNodeBase ()
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
- Public Member Functions inherited from WireCell::INode
virtual ~INode ()
 
virtual int concurrency ()
 
virtual std::vector< std::stringoutput_types ()
 
virtual void reset ()
 
- Public Member Functions inherited from WireCell::IComponent< INode >
virtual ~IComponent ()
 
- Public Member Functions inherited from WireCell::Interface
virtual ~Interface ()
 

Additional Inherited Members

- Public Types inherited from WireCell::ISinkNode< IDepo >
typedef IDepo input_type
 
typedef std::shared_ptr< const IDepoinput_pointer
 
- Public Types inherited from WireCell::ISinkNodeBase
typedef std::shared_ptr< ISinkNodeBasepointer
 
- Public Types inherited from WireCell::INode
enum  NodeCategory {
  unknown, sourceNode, sinkNode, functionNode,
  queuedoutNode, joinNode, splitNode, faninNode,
  fanoutNode, multioutNode, hydraNode
}
 
- Public Types inherited from WireCell::IComponent< INode >
typedef std::shared_ptr< INodepointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 
- Public Types inherited from WireCell::Interface
typedef std::shared_ptr< Interfacepointer
 

Detailed Description

A depo sink is a node that consumes IDepo objects.

Definition at line 11 of file IDepoSink.h.

Constructor & Destructor Documentation

IDepoSink::~IDepoSink ( )
virtual

Definition at line 123 of file IfaceDesctructors.cxx.

123 {}

Member Function Documentation

virtual std::string WireCell::IDepoSink::signature ( )
inlinevirtual

The signature is string unique to all classes that implement a particular calling signature. These should be defined in lower level interfaces such as a mythical IMyFooToBarConverter.

Implements WireCell::INode.

Definition at line 16 of file IDepoSink.h.

16  {
17  return typeid(IDepoSink).name();
18  }
static QCString name
Definition: declinfo.cpp:673

The documentation for this class was generated from the following files: