h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
47 void chunk_slots(
size_t nslots) noexcept;
48 size_t chunk_slots()
const noexcept;
50 void chunk_cache_size(
size_t size) noexcept;
51 size_t chunk_cache_size()
const noexcept;
53 void preemption_policy(
double value) noexcept;
54 double preemption_policy()
const noexcept;
61 #if (defined(_DOXYGEN_) || H5_VERSION_GE(1,10,0))
62 enum class VirtualDataView : std::underlying_type<H5D_vds_view_t>::type {
73 class DLL_EXPORT DatasetAccessList :
public LinkAccessList {
98 ~DatasetAccessList()
override;
104 void chunk_cache_parameters(
const ChunkCacheParameters ¶ms)
const;
110 ChunkCacheParameters chunk_cache_parameters()
const;
112 #if (defined(_DOXYGEN_) || H5_VERSION_GE(1,10,0))
VirtualDataView
virtual data view enumeration (since hdf5 1.10.0)
Definition: dataset_access.hpp:65
chunk cache parameter class
Definition: dataset_access.hpp:41
std::ostream & operator<<(std::ostream &stream, const VirtualDataView &view)
Wrapper for hid_t object identifiers.
Definition: object_handle.hpp:66
#define DLL_EXPORT
Definition: windows.hpp:29
top-level namespace of the entire library
Definition: attribute.hpp:45