BESDataHandlerInterface.h File Reference

#include <string>
#include <list>
#include <map>
#include <iostream>
#include "BESContainer.h"
#include "BESException.h"

Include dependency graph for BESDataHandlerInterface.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _BESDataHandlerInterface
 Structure storing information used by the BES to handle the request. More...

Defines

#define BESDataHandlerInterface_h_   1

Typedefs

typedef struct
_BESDataHandlerInterface 
BESDataHandlerInterface

Functions

ostream & operator<< (ostream &strm, const BESDataHandlerInterface &dhi)
 dump the contents of the specified data handler interface to the specified ostream


Define Documentation

#define BESDataHandlerInterface_h_   1

Definition at line 34 of file BESDataHandlerInterface.h.


Typedef Documentation

typedef struct _BESDataHandlerInterface BESDataHandlerInterface


Function Documentation

ostream& operator<< ( ostream &  strm,
const BESDataHandlerInterface dhi 
) [inline]

dump the contents of the specified data handler interface to the specified ostream

This inline method uses the dump method of the BESDataHandlerInterface instance passed to it. This allows a user to dump the contents of the structure instead of just getting the pointer value of the object.

For example:

BESDataHandlerInterface dhi ; cout << dhi << endl ;

And the dump method for dhi would display the internal information of the data handler interface for debugging purposes.

Parameters:
strm C++ i/o stream to dump the object to
dhi The BESDataHandlerInterface to dump

Definition at line 157 of file BESDataHandlerInterface.h.

References _BESDataHandlerInterface::dump().

Here is the call graph for this function:


Generated on Sat Jan 19 04:06:43 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.4