bes
Updated for version 3.20.6
|
Public Member Functions | |
HDF5Structure (const HDF5Structure &rhs) | |
HDF5Structure (const std::string &n, const std::string &vpath, const std::string &d) | |
Constructor. More... | |
HDF5Structure & | operator= (const HDF5Structure &rhs) |
Assignment operator for dynamic cast into generic Structure. More... | |
virtual libdap::BaseType * | ptr_duplicate () |
virtual bool | read () |
Reads HDF5 structure data by calling each member's read method in this structure. More... | |
Friends | |
class | HDF5Array |
std::string | return_type (hid_t datatype) |
See return_type function defined in h5dds.cc. More... | |
Definition at line 43 of file HDF5Structure.h.
HDF5Structure::HDF5Structure | ( | const std::string & | n, |
const std::string & | vpath, | ||
const std::string & | d | ||
) |
Constructor.
Definition at line 46 of file HDF5Structure.cc.
HDF5Structure & HDF5Structure::operator= | ( | const HDF5Structure & | rhs | ) |
Assignment operator for dynamic cast into generic Structure.
Definition at line 58 of file HDF5Structure.cc.
|
virtual |
Clone this instance.
Allocate a new instance and copy *this into it. This method must perform a deep copy.
Definition at line 41 of file HDF5Structure.cc.
|
virtual |
Reads HDF5 structure data by calling each member's read method in this structure.
Definition at line 69 of file HDF5Structure.cc.
|
friend |
See return_type function defined in h5dds.cc.