36 #include "BESResponseObject.h" 37 #include "BESDASResponse.h" 38 #include "BESDDSResponse.h" 85 virtual void dump(ostream & strm)
const {
86 strm << BESIndent::LMarg <<
"dump - (" << (
void *)
this <<
")" << endl;
89 strm << BESIndent::LMarg <<
"das: " << *_das << endl;
91 strm << BESIndent::LMarg <<
"dds: " << *_dds << endl;
92 BESIndent::UnIndent();
Holds a DDS object within the BES.
virtual void dump(ostream &strm) const
dumps information about this object
container for a DAS and DDS needed to write out the usage information for a dataset.
Represents an OPeNDAP DAS DAP2 data object within the BES.
Abstract base class representing a specific set of information in response to a request to the BES.