#include <datagramSink.h>
Inheritance diagram for DatagramSink:
Public Member Functions | |
DatagramSink (void) | |
Does nothing since this is class is just the definition of an interface. | |
virtual | ~DatagramSink (void) |
Does nothing since this is class is just the definition of an interface. | |
virtual bool | put_datagram (const Datagram &data)=0 |
virtual bool | is_error ()=0 |
Definition at line 40 of file datagramSink.h.
|
Does nothing since this is class is just the definition of an interface.
Definition at line 34 of file datagramSink.I. |
|
Does nothing since this is class is just the definition of an interface.
Definition at line 34 of file datagramSink.cxx. |
|
Implemented in DatagramOutputFile. |
|
Implemented in DatagramOutputFile. Referenced by BamWriter::~BamWriter(). |