35 #include "BESDASResponse.h" 40 BESDASResponse::~BESDASResponse()
42 if (_das)
delete _das;
51 if (_das && get_explicit_containers()) {
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 DapIndent::SetIndent(BESIndent::GetIndent());
82 BESIndent::UnIndent();
85 strm << BESIndent::LMarg <<
"DAS: null" << endl;
87 BESIndent::UnIndent();
virtual void dump(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 string &cn)
set the container in the DAP response object