31#include <libdap/D4Attributes.h>
32#include <libdap/D4Maps.h>
33#include <libdap/D4Group.h>
34#include <libdap/XMLWriter.h>
39#include "DmrppD4Group.h"
52 dynamic_cast<D4Group &
>(*this) = rhs;
54 dynamic_cast<DmrppCommon &
>(*this) = rhs;
60DmrppD4Group::set_send_p(
bool state)
65 D4Group::set_send_p(state);
68void DmrppD4Group::dump(ostream & strm)
const
70 strm << BESIndent::LMarg <<
"DmrppD4Group::dump - (" << (
void *)
this <<
")" << endl;
72 DmrppCommon::dump(strm);
74 strm << BESIndent::LMarg <<
"value: " <<
"----" << endl;
75 BESIndent::UnIndent();
virtual void load_attributes(libdap::BaseType *btp)
Load the attribute information for this variable.
virtual bool get_attributes_loaded() const
Have the attributes been loaded?