33#include <libdap/DataDDS.h>
34#include <libdap/ConstraintEvaluator.h>
36#include "BESDataDDSResponse.h"
41BESDataDDSResponse::~BESDataDDSResponse()
53 _dds->container_name(cn);
62 _dds->container_name(
"");
75 strm << BESIndent::LMarg <<
"BESDataDDSResponse::dump - (" << (
void *)
this <<
")" << endl;
78 strm << BESIndent::LMarg <<
"DDS:" << endl;
80 BESIndent::SetIndent(BESIndent::GetIndent());
83 BESIndent::UnIndent();
86 strm << BESIndent::LMarg <<
"DDS: null" << endl;
88 BESIndent::UnIndent();
bool get_explicit_containers() const
Should containers be explicitly represented in the DD* responses?
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void set_container(const std::string &cn)
set the container in the DAP response object
virtual void clear_container()
clear the container in the DAP response object