|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
container for a DAS and DDS needed to write out the usage information for a dataset. More...
#include <BESUsage.h>


Public Member Functions | |
| BESUsage (BESDASResponse *das, BESDDSResponse *dds) | |
| virtual void | dump (ostream &strm) const |
| dumps information about this object More... | |
| BESDASResponse * | get_das () |
| BESDDSResponse * | get_dds () |
| virtual | ~BESUsage () |
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 BESUsage takes ownership of the das and dds passed to it and deletes it in the destructor.
Definition at line 51 of file BESUsage.h.
|
inline |
Definition at line 60 of file BESUsage.h.
|
inlinevirtual |
Definition at line 62 of file BESUsage.h.
|
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.
Definition at line 77 of file BESUsage.h.
References BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

|
inline |
Definition at line 67 of file BESUsage.h.
Referenced by BESUsageTransmit::send_basic_usage().
|
inline |
Definition at line 68 of file BESUsage.h.
Referenced by BESUsageTransmit::send_basic_usage().