26#define _dmrpp_int8_h 1
30#include <libdap/Int8.h>
31#include "DmrppCommon.h"
44 DmrppInt8(
const std::string &n, std::shared_ptr<DMZ> dmz) : libdap::Int8(n),
DmrppCommon(dmz) { }
45 DmrppInt8(
const std::string &n,
const std::string &d, std::shared_ptr<DMZ> dmz) : libdap::Int8(n, d),
DmrppCommon(dmz) { }
52 virtual libdap::BaseType *ptr_duplicate() {
57 void set_send_p(
bool state)
override;
59 virtual void print_dap4(libdap::XMLWriter &writer,
bool constrained =
false)
64 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.