33#include <libdap/DAS.h>
35#include "BESDASResponse.h"
40BESDASResponse::~BESDASResponse()
42 if (_das)
delete _das;
52 _das->container_name(cn);
61 _das->container_name(
"");
74 strm << BESIndent::LMarg <<
"BESDASResponse::dump - (" << (
void *)
this <<
")" << endl;
77 strm << BESIndent::LMarg <<
"DAS:" << endl;
79 BESIndent::SetIndent(BESIndent::GetIndent());
82 BESIndent::UnIndent();
85 strm << BESIndent::LMarg <<
"DAS: null" << endl;
87 BESIndent::UnIndent();
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void clear_container()
clear the container in the DAP response object
virtual void set_container(const std::string &cn)
set the container in the DAP response object
bool get_explicit_containers() const
Should containers be explicitly represented in the DD* responses?