15 #ifndef __H5DSetAccPropList_H 16 #define __H5DSetAccPropList_H 34 void setChunkCache(
size_t rdcc_nslots,
size_t rdcc_nbytes,
double rdcc_w0)
const;
37 void getChunkCache(
size_t &rdcc_nslots,
size_t &rdcc_nbytes,
double &rdcc_w0)
const;
40 virtual H5std_string
fromClass ()
const {
return(
"DSetAccPropList"); }
52 #ifndef DOXYGEN_SHOULD_SKIP_THIS 55 static void deleteConstants();
63 #endif // DOXYGEN_SHOULD_SKIP_THIS 68 #endif // __H5DSetAccPropList_H Definition: H5AbstractDs.cpp:34
static const DSetAccPropList & DEFAULT
Default dataset creation property list.
Definition: H5DaccProp.h:28
Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 file access property ...
Definition: H5LaccProp.h:28
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5DaccProp.h:40
Class DSetAccPropList inherits from LinkAccPropList and provides wrappers for the HDF5 dataset access...
Definition: H5DaccProp.h:25