29#include <libdap/XMLWriter.h>
34#include "DmrppStructure.h"
42DmrppStructure::operator=(
const DmrppStructure &rhs)
47 dynamic_cast<Structure &
>(*this) = rhs;
49 dynamic_cast<DmrppCommon &
>(*this) = rhs;
54void DmrppStructure::dump(ostream & strm)
const
56 strm << BESIndent::LMarg <<
"DmrppStructure::dump - (" << (
void *)
this <<
")" << endl;
58 DmrppCommon::dump(strm);
59 Structure::dump(strm);
60 strm << BESIndent::LMarg <<
"value: " <<
"----" << endl;
61 BESIndent::UnIndent();