34 #define I_BESUsage_h 1
61 : _das( das ), _dds( dds ) {}
63 if( _das )
delete _das ;
64 if( _dds )
delete _dds ;
77 virtual void dump( ostream &strm )
const {
79 << (
void *)
this <<
")" << endl ;
88 #endif // I_BESUsage_h
BESDASResponse * get_das()
Represents an OPeNDAP DDS DAP2 data object within the BES.
BESUsage(BESDASResponse *das, BESDDSResponse *dds)
BESDDSResponse * get_dds()
static ostream & LMarg(ostream &strm)
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...