14#ifndef H5DSetAccPropList_H
15#define H5DSetAccPropList_H
33 void setChunkCache(
size_t rdcc_nslots,
size_t rdcc_nbytes,
double rdcc_w0)
const;
36 void getChunkCache(
size_t &rdcc_nslots,
size_t &rdcc_nbytes,
double &rdcc_w0)
const;
42 return (
"DSetAccPropList");
55#ifndef DOXYGEN_SHOULD_SKIP_THIS
58 static void deleteConstants();
Class DSetAccPropList inherits from LinkAccPropList and provides wrappers for the HDF5 dataset access...
Definition H5DaccProp.h:24
virtual H5std_string fromClass() const
Returns this class name.
Definition H5DaccProp.h:40
static const DSetAccPropList & DEFAULT
Default dataset creation property list.
Definition H5DaccProp.h:27
Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 link access property ...
Definition H5LaccProp.h:24
Definition H5AbstractDs.cpp:33