h5cpp
0.6
A modern C++ wrapper for the HDF5 C library
|
Go to the source code of this file.
Classes | |
class | hdf5::file::Driver |
abstract class for file drivers More... | |
Namespaces | |
hdf5 | |
top-level namespace of the entire library | |
hdf5::property | |
hdf5::file | |
Enumerations | |
enum class | hdf5::file::DriverID : unsigned { hdf5::file::Posix = 1 , hdf5::file::Direct = 2 , hdf5::file::Memory = 3 , hdf5::file::MPI = 4 } |
enumeration to determine the file driver More... | |