HighFive 2.3.1
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
H5FileDriver.hpp
Go to the documentation of this file.
1/*
2 * Copyright (c), 2017, Adrien Devresse <adrien.devresse@epfl.ch>
3 *
4 * Distributed under the Boost Software License, Version 1.0.
5 * (See accompanying file LICENSE_1_0.txt or copy at
6 * http://www.boost.org/LICENSE_1_0.txt)
7 *
8 */
9#ifndef H5FILEDRIVER_HPP
10#define H5FILEDRIVER_HPP
11
12#include "H5PropertyList.hpp"
13
14namespace HighFive {
15
19class FileDriver : public FileAccessProps {};
20
25 public:
26 template <typename Comm, typename Info>
27 inline MPIOFileDriver(Comm mpi_comm, Info mpi_info);
28
29 private:
30};
31
32} // namespace HighFive
33
35
36#endif // H5FILEDRIVER_HPP
file driver base concept
Definition: H5FileDriver.hpp:19
MPIIO Driver for Parallel HDF5.
Definition: H5FileDriver.hpp:24
HDF5 property Lists.
Definition: H5PropertyList.hpp:62
Definition: H5_definitions.hpp:15