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

#include <IDepoMerger.h>

Inheritance diagram for WireCell::IDepoMerger:
WireCell::IHydraNode< std::tuple< IDepo, IDepo >, std::tuple< IDepo > > WireCell::IHydraNodeBase WireCell::INode WireCell::IComponent< INode > WireCell::Interface WireCell::Gen::DepoMerger

Public Types

typedef std::shared_ptr< IDepoMergerpointer
 
- Public Types inherited from WireCell::IHydraNode< std::tuple< IDepo, IDepo >, std::tuple< IDepo > >
typedef std::tuple< IDepo, IDepoinput_tuple_type
 
typedef std::tuple< IDepooutput_tuple_type
 
typedef shared_queued< std::tuple< IDepo, IDepo > > input_shqed
 
typedef shared_queued< std::tuple< IDepo > > output_shqed
 
typedef input_shqed::shared_queued_tuple_type input_queues_type
 
typedef output_shqed::shared_queued_tuple_type output_queues_type
 
- Public Types inherited from WireCell::IHydraNodeBase
typedef std::shared_ptr< IHydraNodeBasepointer
 
typedef std::deque< boost::any > any_queue
 
typedef std::vector< any_queueany_queue_vector
 
- 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
 

Public Member Functions

virtual ~IDepoMerger ()
 
virtual std::string signature ()
 
- Public Member Functions inherited from WireCell::IHydraNode< std::tuple< IDepo, IDepo >, std::tuple< IDepo > >
virtual ~IHydraNode ()
 
virtual bool operator() (any_queue_vector &anyinq, any_queue_vector &anyoutq)
 Translate call from any to types and back. More...
 
virtual bool operator() (input_queues_type &inqs, output_queues_type &outqs)=0
 Typed interface for subclass to implement. More...
 
virtual std::vector< std::stringinput_types ()
 
virtual std::vector< std::stringoutput_types ()
 
- Public Member Functions inherited from WireCell::IHydraNodeBase
virtual ~IHydraNodeBase ()
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
virtual int concurrency ()
 By default assume hydra nodes can do their thing stateless. More...
 
- Public Member Functions inherited from WireCell::INode
virtual ~INode ()
 
virtual void reset ()
 
- Public Member Functions inherited from WireCell::IComponent< INode >
virtual ~IComponent ()
 
- Public Member Functions inherited from WireCell::Interface
virtual ~Interface ()
 

Detailed Description

Definition at line 11 of file IDepoMerger.h.

Member Typedef Documentation

typedef std::shared_ptr<IDepoMerger> WireCell::IDepoMerger::pointer

Definition at line 14 of file IDepoMerger.h.

Constructor & Destructor Documentation

IDepoMerger::~IDepoMerger ( )
virtual

Definition at line 120 of file IfaceDesctructors.cxx.

120 {}

Member Function Documentation

virtual std::string WireCell::IDepoMerger::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 17 of file IDepoMerger.h.

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

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