34 #define I_BESUsage_h 1 36 #include "BESResponseObject.h" 37 #include "BESDASResponse.h" 38 #include "BESDDSResponse.h" 61 : _das( das ), _dds( dds ) {}
63 if( _das )
delete _das ;
64 if( _dds )
delete _dds ;
77 virtual void dump( ostream &strm )
const {
78 strm << BESIndent::LMarg <<
"BESUsage::dump - (" 79 << (
void *)
this <<
")" << endl ;
82 strm << BESIndent::LMarg <<
"das: " << *_das << endl ;
83 strm << BESIndent::LMarg <<
"dds: " << *_dds << endl ;
84 BESIndent::UnIndent() ;
88 #endif // I_BESUsage_h 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.