h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
29 #if ( defined(_DOXYGEN_) || defined(H5_HAVE_DIRECT) )
47 DirectDriver(
size_t alignment,
size_t block_size,
size_t copy_buffer_size);
57 size_t alignment()
const noexcept;
65 void alignment(
size_t value);
70 size_t block_size()
const noexcept;
77 void block_size(
size_t value);
82 size_t copy_buffer_size()
const noexcept;
90 void copy_buffer_size(
size_t value);
93 virtual DriverID id()
const noexcept;
98 size_t copy_buffer_size_;
file access property list
Definition: file_access.hpp:68
DriverID
enumeration to determine the file driver
Definition: driver.hpp:49
direct write without buffering (for hdf5 compiled with H5_HAVE_DIRECT)
Definition: direct_driver.hpp:36
#define DLL_EXPORT
Definition: windows.hpp:29
abstract class for file drivers
Definition: driver.hpp:69
top-level namespace of the entire library
Definition: attribute.hpp:45