32#include "DmrppD4Enum.h"
45 dynamic_cast<D4Enum &
>(*this) = rhs;
47 dynamic_cast<DmrppCommon &
>(*this) = rhs;
56 BESDEBUG(
"dmrpp",
"Entering " <<__PRETTY_FUNCTION__ <<
" for '" << name() <<
"'" << endl);
64 set_value(*
reinterpret_cast<dods_enum*
>(
read_atomic(name())));
73DmrppD4Enum::set_send_p(
bool state)
78 D4Enum::set_send_p(state);
81void 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();
virtual void load_attributes(libdap::BaseType *btp)
Load the attribute information for this variable.
virtual bool get_chunks_loaded() const
Have the chunks been loaded?
virtual void load_chunks(libdap::BaseType *btp)
Load chunk information for this variable.
virtual bool get_attributes_loaded() const
Have the attributes been loaded?
virtual char * read_atomic(const std::string &name)
read method for the atomic types