33#include <libdap/DDS.h>
35#include "BESDDSResponse.h"
39BESDDSResponse::~BESDDSResponse()
52 if (_dds->get_factory())
53 delete _dds->get_factory();
67 _dds->container_name(cn);
76 _dds->container_name(
"");
90 strm << BESIndent::LMarg <<
"BESDDSResponse::dump - (" << (
void *)
this <<
")" << endl;
93 strm << BESIndent::LMarg <<
"DDS:" << endl;
95 BESIndent::SetIndent(BESIndent::GetIndent());
98 BESIndent::UnIndent();
101 strm << BESIndent::LMarg <<
"DDS: null" << endl;
103 BESIndent::UnIndent();
virtual void set_container(const std::string &cn)
set the container in the DAP response object
virtual void dump(std::ostream &strm) const
dumps information about this object set container in catalog values avhrr, /data/ff/1998....
virtual void clear_container()
clear the container in the DAP response object
bool get_explicit_containers() const
Should containers be explicitly represented in the DD* responses?