h5cpp  0.5.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  hdf5::file::DriverID : unsigned { hdf5::file::DriverID::Posix = 1, hdf5::file::DriverID::Direct = 2, hdf5::file::DriverID::Memory = 3, hdf5::file::DriverID::MPI = 4 }
 enumeration to determine the file driver More...