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