33#ifndef _HDF5GMCFFILLINDEXARRAY_H
34#define _HDF5GMCFFILLINDEXARRAY_H
46 HDF5GMCFFillIndexArray(
int h5_rank, H5DataType h5_dtype,
bool h5_is_dap4,
const string & n =
"", libdap::BaseType * v =
nullptr) :
47 HDF5BaseArray(n, v), rank(h5_rank), dtype(h5_dtype),is_dap4(h5_is_dap4)
51 ~ HDF5GMCFFillIndexArray()
override =
default;
52 libdap::BaseType *ptr_duplicate()
override;
54 void read_data_NOT_from_mem_cache(
bool add_cache,
void* )
override;
A helper class that aims to reduce code redundence for different special CF derived array class For e...
This class specifies the core engineering of mapping HDF5 to DAP by following CF.