bes Updated for version 3.20.13
|
Public Member Functions | |
HDF5UInt32 (const std::string &n, const std::string &vpath, const std::string &d) | |
Constructor. | |
libdap::BaseType * | ptr_duplicate () override |
bool | read () override |
Reads HDF5 unsigned 32-bit integer data into local buffer. | |
Definition at line 47 of file HDF5UInt32.h.
HDF5UInt32::HDF5UInt32 | ( | const std::string & | n, |
const std::string & | vpath, | ||
const std::string & | d | ||
) |
Constructor.
Definition at line 51 of file HDF5UInt32.cc.
|
override |
Clone this instance.
Allocate a new instance and copy *this into it. This method must perform a deep copy.
Definition at line 55 of file HDF5UInt32.cc.
|
override |
Reads HDF5 unsigned 32-bit integer data into local buffer.
Definition at line 61 of file HDF5UInt32.cc.