37class HDF5DDS :
public libdap::DDS {
41 void m_duplicate(
const HDF5DDS &src)
47 explicit HDF5DDS(
const libdap::DDS *ddsIn) : libdap::DDS(*ddsIn) {}
49 HDF5DDS(
const HDF5DDS &rhs) : libdap::DDS(rhs) {
53 HDF5DDS & operator= (
const HDF5DDS &rhs) {
57 libdap::DDS::operator=(rhs);
72 void setHDF5Dataset(
const hid_t fileid_in) {