35#include <libdap/UInt32.h>
55 HDF5UInt32(
const std::string &n,
const std::string &vpath,
const std::string &d);
79 void set_did(hid_t dset);
82 void set_tid(hid_t type);
friend std::string return_type(hid_t datatype)
See return_type function defined in h5dds.cc.
virtual libdap::BaseType * ptr_duplicate()
virtual bool read()
Reads HDF5 unsigned 32-bit integer data into local buffer.
HDF5UInt32(const std::string &n, const std::string &vpath, const std::string &d)
Constructor.