bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Public Member Functions | |
void | close_objids (hid_t mem_type, hid_t base_type, hid_t dtype, hid_t dset_id, hid_t file_id) const |
HDF5D4Enum (const std::string &n, const std::string &vpath, const std::string &dataset, libdap::Type type) | |
Constructor. | |
libdap::BaseType * | ptr_duplicate () override |
bool | read () override |
Reads HDF5 16-bit integer data into local buffer. | |
Definition at line 42 of file HDF5D4Enum.h.
HDF5D4Enum::HDF5D4Enum | ( | const std::string & | n, |
const std::string & | vpath, | ||
const std::string & | dataset, | ||
libdap::Type | type ) |
Constructor.
Definition at line 41 of file HDF5D4Enum.cc.
void HDF5D4Enum::close_objids | ( | hid_t | mem_type, |
hid_t | base_type, | ||
hid_t | dtype, | ||
hid_t | dset_id, | ||
hid_t | file_id ) const |
Definition at line 212 of file HDF5D4Enum.cc.
|
override |
Clone this instance.
Allocate a new instance and copy *this into it. This method must perform a deep copy.
Definition at line 45 of file HDF5D4Enum.cc.
|
override |
Reads HDF5 16-bit integer data into local buffer.
Definition at line 51 of file HDF5D4Enum.cc.