Public Member Functions | List of all members
IntSink Class Reference
Inheritance diagram for IntSink:
Sink< int > Hydra IdNode WireCell::Pgraph::Node

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 ()
 
Portiport (size_t ind=0)
 
Portoport (size_t ind=0)
 
PortListinput_ports ()
 
PortListoutput_ports ()
 
Portport (Port::Type type, size_t ind=0)
 
Portport (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]
 

Detailed Description

Definition at line 70 of file _test_hydra.cxx.

Constructor & Destructor Documentation

virtual IntSink::~IntSink ( )
inlinevirtual

Definition at line 72 of file _test_hydra.cxx.

72 {}

Member Function Documentation

virtual bool IntSink::insert ( const input_pointer in)
inlinevirtual

Implements Sink< int >.

Definition at line 73 of file _test_hydra.cxx.

73  {
74  return true;
75  }

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