bes
Updated for version 3.20.6
|
Public Member Functions | |
HDF5Int64 (const std::string &n, const std::string &vpath, const std::string &d) | |
Constructor. More... | |
virtual libdap::BaseType * | ptr_duplicate () |
virtual bool | read () |
Reads HDF5 Int64 data into local buffer. More... | |
Friends | |
std::string | return_type (hid_t datatype) |
See return_type function defined in h5dds.cc. More... | |
Definition at line 47 of file HDF5Int64.h.
HDF5Int64::HDF5Int64 | ( | const std::string & | n, |
const std::string & | vpath, | ||
const std::string & | d | ||
) |
Constructor.
Definition at line 50 of file HDF5Int64.cc.
|
virtual |
Clone this instance.
Allocate a new instance and copy *this into it. This method must perform a deep copy.
Definition at line 54 of file HDF5Int64.cc.
|
virtual |
Reads HDF5 Int64 data into local buffer.
Definition at line 59 of file HDF5Int64.cc.
|
friend |
See return_type function defined in h5dds.cc.