25#ifndef _dmrpp_uint32_h
26#define _dmrpp_uint32_h 1
30#include <libdap/UInt32.h>
31#include "DmrppCommon.h"
45 DmrppUInt32(
const std::string &n,
const std::string &d, std::shared_ptr<DMZ> dmz) : libdap::UInt32(n, d),
DmrppCommon(dmz) { }
52 virtual libdap::BaseType *ptr_duplicate() {
58 void set_send_p(
bool state)
override;
60 virtual void print_dap4(libdap::XMLWriter &writer,
bool constrained =
false)
65 virtual void dump(ostream & strm)
const;
Size and offset information of data included in DMR++ files.
void print_dmrpp(libdap::XMLWriter &writer, bool constrained=false)
Print the DMR++ response for the Scalar types.