32#include "DmrppD4Sequence.h"
45 dynamic_cast<D4Sequence &
>(*this) = rhs;
47 dynamic_cast<DmrppCommon &
>(*this) = rhs;
54DmrppD4Sequence::read()
56 BESDEBUG(
"dmrpp",
"Entering " <<__PRETTY_FUNCTION__ <<
" for '" << name() <<
"'" << endl);
58 throw BESError(
"Unsupported type libdap::D4Sequence (dmrpp::DmrppSequence)",BES_INTERNAL_ERROR, __FILE__, __LINE__);
61void DmrppD4Sequence::dump(ostream & strm)
const
63 strm << BESIndent::LMarg <<
"DmrppD4Sequence::dump - (" << (
void *)
this <<
")" << endl;
65 DmrppCommon::dump(strm);
66 D4Sequence::dump(strm);
67 strm << BESIndent::LMarg <<
"value: " <<
"----" << endl;
68 BESIndent::UnIndent();