bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <HDF5Structure.h>
Public Member Functions | |
HDF5Structure (const HDF5Structure &rhs) | |
HDF5Structure (const std::string &n, const std::string &vpath, const std::string &d) | |
Constructor. | |
HDF5Structure & | operator= (const HDF5Structure &rhs) |
Assignment operator for dynamic cast into generic Structure. | |
libdap::BaseType * | ptr_duplicate () override |
bool | read () override |
Reads HDF5 structure data by calling each member's read method in this structure. | |
Friends | |
class | HDF5Array |
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 44 of file HDF5Structure.cc.
HDF5Structure::HDF5Structure | ( | const HDF5Structure & | rhs | ) |
Definition at line 49 of file HDF5Structure.cc.
HDF5Structure & HDF5Structure::operator= | ( | const HDF5Structure & | rhs | ) |
Assignment operator for dynamic cast into generic Structure.
Definition at line 54 of file HDF5Structure.cc.
|
override |
Clone this instance.
Allocate a new instance and copy *this into it. This method must perform a deep copy.
Definition at line 38 of file HDF5Structure.cc.
|
override |
Reads HDF5 structure data by calling each member's read method in this structure.
Definition at line 65 of file HDF5Structure.cc.
|
friend |
Definition at line 58 of file HDF5Structure.h.