14HDF5CFProj::HDF5CFProj(
const string & n,
const string &d ) :
Byte(n, d)
18BaseType *HDF5CFProj::ptr_duplicate()
20 auto HDF5CFProj_unique = make_unique<HDF5CFProj>(*
this);
21 return HDF5CFProj_unique.release();
24bool HDF5CFProj::read()
29 set_value((dods_byte)buf);