|
bes Updated for version 3.20.10
|

Public Member Functions | |
| HDF5Url (const std::string &n, const std::string &vname, const std::string &d) | |
| Constructor. More... | |
| virtual libdap::BaseType * | ptr_duplicate () |
| virtual bool | read () |
| Reads HDF5 reference data into local buffer as a string. More... | |
Friends | |
| std::string | return_type (hid_t datatype) |
| See return_type function defined in h5dds.cc. More... | |
| HDF5Url::HDF5Url | ( | const std::string & | n, |
| const std::string & | vname, | ||
| const std::string & | d | ||
| ) |
Constructor.
Definition at line 49 of file HDF5Url.cc.
|
virtual |
Clone this instance.
Allocate a new instance and copy *this into it. This method must perform a deep copy.
Definition at line 53 of file HDF5Url.cc.
|
virtual |
Reads HDF5 reference data into local buffer as a string.
Definition at line 58 of file HDF5Url.cc.
|
friend |
See return_type function defined in h5dds.cc.