h5cpp  0.3.3
A modern C++ wrapper for the HDF5 C library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Enumerations
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
 
 hdf5::property
 
 hdf5::file
 

Enumerations

enum  hdf5::file::DriverID : unsigned { hdf5::file::DriverID::ePosix = 1, hdf5::file::DriverID::eDirect = 2, hdf5::file::DriverID::eMemory = 3, hdf5::file::DriverID::eMPI = 4 }
 enumeration to determine the file driver More...