31 #include <libdap/D4Attributes.h>
32 #include <libdap/D4Maps.h>
33 #include <libdap/D4Group.h>
34 #include <libdap/XMLWriter.h>
39 #include "DmrppD4Group.h"
47 DmrppD4Group::operator=(
const DmrppD4Group &rhs)
52 dynamic_cast<D4Group &
>(*this) = rhs;
54 dynamic_cast<DmrppCommon &
>(*this) = rhs;
60 DmrppD4Group::set_send_p(
bool state)
62 if (state && !get_attributes_loaded())
63 load_attributes(
this);
65 D4Group::set_send_p(state);
68 void 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();