Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DatagramGenerator Class Reference

This class defines the abstract interace to any source of datagrams, whether it be from a file or from the net. More...

#include <datagramGenerator.h>

Inheritance diagram for DatagramGenerator:

DatagramInputFile List of all members.

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

Detailed Description

This class defines the abstract interace to any source of datagrams, whether it be from a file or from the net.

Definition at line 40 of file datagramGenerator.h.


Constructor & Destructor Documentation

DatagramGenerator::DatagramGenerator void   )  [inline]
 

Does nothing since this is class is just the definition of an interface.

Definition at line 34 of file datagramGenerator.I.

DatagramGenerator::~DatagramGenerator  )  [virtual]
 

Does nothing since this is class is just the definition of an interface.

Definition at line 38 of file datagramGenerator.cxx.


Member Function Documentation

virtual bool DatagramGenerator::get_datagram Datagram data  )  [pure virtual]
 

Implemented in DatagramInputFile.

Referenced by BamReader::~BamReader().

virtual bool DatagramGenerator::is_eof  )  [pure virtual]
 

Implemented in DatagramInputFile.

virtual bool DatagramGenerator::is_error  )  [pure virtual]
 

Implemented in DatagramInputFile.

Referenced by BamReader::~BamReader().


The documentation for this class was generated from the following files:
Generated on Fri May 2 00:49:10 2003 for Panda by doxygen1.3