#include <datagramGenerator.h>
Inheritance diagram for DatagramGenerator:

Public Member Functions | |
| DatagramGenerator () | |
| Does nothing since this is class is just the definition of an interface. | |
| virtual | ~DatagramGenerator () |
| Does nothing since this is class is just the definition of an interface. | |
| virtual bool | get_datagram (Datagram &data)=0 |
| virtual bool | is_eof ()=0 |
| virtual bool | is_error ()=0 |
Definition at line 40 of file datagramGenerator.h.
|
|
Does nothing since this is class is just the definition of an interface.
Definition at line 34 of file datagramGenerator.I. |
|
|
Does nothing since this is class is just the definition of an interface.
Definition at line 38 of file datagramGenerator.cxx. |
|
|
Implemented in DatagramInputFile. Referenced by BamReader::~BamReader(). |
|
|
Implemented in DatagramInputFile. |
|
|
Implemented in DatagramInputFile. Referenced by BamReader::~BamReader(). |
1.3