h5cpp  0.6.0
A modern C++ wrapper for the HDF5 C library
driver.hpp File Reference
#include <memory>
#include <h5cpp/core/windows.hpp>
Include dependency graph for driver.hpp:
This graph shows which files directly or indirectly include this file:

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...