32 #include "DmrppD4Enum.h"
40 DmrppD4Enum::operator=(
const DmrppD4Enum &rhs)
45 dynamic_cast<D4Enum &
>(*this) = rhs;
47 dynamic_cast<DmrppCommon &
>(*this) = rhs;
56 BESDEBUG(
"dmrpp",
"Entering " <<__PRETTY_FUNCTION__ <<
" for '" << name() <<
"'" << endl);
58 if (!get_chunks_loaded())
64 set_value(*
reinterpret_cast<dods_enum*
>(read_atomic(name())));
73 DmrppD4Enum::set_send_p(
bool state)
75 if (!get_attributes_loaded())
76 load_attributes(
this);
78 D4Enum::set_send_p(state);
81 void DmrppD4Enum::dump(ostream & strm)
const
83 strm << BESIndent::LMarg <<
"DmrppD4Enum::dump - (" << (
void *)
this <<
")" << endl;
85 DmrppCommon::dump(strm);
87 strm << BESIndent::LMarg <<
"value: " << d_buf << endl;
88 BESIndent::UnIndent();