39class DmrppUInt64:
public libdap::UInt64,
public DmrppCommon {
42 DmrppUInt64(
const std::string &n) : libdap::UInt64(n), DmrppCommon() { }
43 DmrppUInt64(
const std::string &n,
const std::string &d) : libdap::UInt64(n, d), DmrppCommon() { }
44 DmrppUInt64(
const std::string &n, std::shared_ptr<DMZ> dmz) : libdap::UInt64(n), DmrppCommon(dmz) { }
45 DmrppUInt64(
const std::string &n,
const std::string &d, std::shared_ptr<DMZ> dmz) : libdap::UInt64(n, d), DmrppCommon(dmz) { }
46 DmrppUInt64(
const DmrppUInt64 &) =
default;
48 ~DmrppUInt64()
override =
default;
50 DmrppUInt64 &operator=(
const DmrppUInt64 &rhs);
52 libdap::BaseType *ptr_duplicate()
override{
53 return new DmrppUInt64(*
this);
58 void set_send_p(
bool state)
override;
60 void print_dap4(libdap::XMLWriter &writer,
bool constrained =
false)
override
65 void dump(
ostream & strm)
const override;