bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Public Member Functions | |
HDF5Int16 (const std::string &n, const std::string &vpath, const std::string &d) | |
Constructor. | |
libdap::BaseType * | ptr_duplicate () override |
bool | read () override |
Reads HDF5 16-bit integer data into local buffer. | |
Definition at line 48 of file HDF5Int16.h.
HDF5Int16::HDF5Int16 | ( | const std::string & | n, |
const std::string & | vpath, | ||
const std::string & | d ) |
Constructor.
Definition at line 59 of file HDF5Int16.cc.
|
override |
Clone this instance.
Allocate a new instance and copy *this into it. This method must perform a deep copy.
Definition at line 63 of file HDF5Int16.cc.
|
override |
Reads HDF5 16-bit integer data into local buffer.
Definition at line 69 of file HDF5Int16.cc.