|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
container for a DAS and DDS needed to write out the usage information for a dataset. More...
#include <BESWWW.h>


Public Member Functions | |
| BESWWW (BESDDSResponse *dds) | |
| virtual void | dump (std::ostream &strm) const |
| dumps information about this object | |
| BESDDSResponse * | get_dds () |
container for a DAS and DDS needed to write out the usage information for a dataset.
This is a container for the usage response information, which needs a DAS and a DDS. An instances of BESWWW takes ownership of the das and dds passed to it and deletes it in the destructor.
|
inline |
|
inlinevirtual |
dumps information about this object
Displays the pointer value of this instance along with the das object created
| strm | C++ i/o stream to dump the information to |
Implements BESResponseObject.
|
inline |