36#include "BESResponseObject.h"
37#include "BESDASResponse.h"
38#include "BESDDSResponse.h"
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.
Abstract base class representing a specific set of information in response to a request to the BES.
container for a DAS and DDS needed to write out the usage information for a dataset.
virtual void dump(std::ostream &strm) const
dumps information about this object