36#include "BESResponseObject.h"
37#include "BESDASResponse.h"
38#include "BESDDSResponse.h"
51class BESWWW :
public BESResponseObject
85 virtual void dump(std::ostream & strm)
const {
86 strm << BESIndent::LMarg <<
"dump - (" << (
void *)
this <<
")" << std::endl;
89 strm << BESIndent::LMarg <<
"das: " << *_das << std::endl;
91 strm << BESIndent::LMarg <<
"dds: " << *_dds << std::endl;
92 BESIndent::UnIndent();
Represents an OPeNDAP DAS DAP2 data object within the BES.
Holds a DDS object within the BES.
virtual void dump(std::ostream &strm) const
dumps information about this object