#include <H5PropertyList.hpp>
Public Member Functions | |
Caching (const size_t numSlots, const size_t cacheSize, const double w0=H5D_CHUNK_CACHE_W0_DEFAULT) | |
Private Member Functions | |
void | apply (hid_t hid) const |
Private Attributes | |
const size_t | _cacheSize |
const unsigned int | _numSlots |
const double | _w0 |
Friends | |
class | Properties |
Dataset access property to control chunk cache configuration. Do not confuse with the similar file access property for H5Pset_cache
Definition at line 118 of file H5PropertyList.hpp.
|
inline |
https://support.hdfgroup.org/HDF5/doc/RM/H5P/H5Pset_chunk_cache.html for details.
Definition at line 123 of file H5PropertyList.hpp.
|
inlineprivate |
Definition at line 124 of file H5PropertyList_misc.hpp.
|
friend |
Definition at line 131 of file H5PropertyList.hpp.
|
private |
Definition at line 134 of file H5PropertyList.hpp.
|
private |
Definition at line 133 of file H5PropertyList.hpp.
|
private |
Definition at line 135 of file H5PropertyList.hpp.