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