40DmrppUrl::operator=(
const DmrppUrl &rhs)
45 dynamic_cast<Url &
>(*this) = rhs;
47 dynamic_cast<DmrppCommon &
>(*this) = rhs;
70DmrppUrl::set_send_p(
bool state)
75 Url::set_send_p(state);
78void DmrppUrl::dump(ostream & strm)
const
80 strm << BESIndent::LMarg <<
"DmrppUrl::dump - (" << (
void *)
this <<
")" << endl;
82 DmrppCommon::dump(strm);
84 strm << BESIndent::LMarg <<
"value: " << d_buf << endl;
85 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