hops
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Variables
Typedefs
b
d
e
f
m
o
p
r
s
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
z
~
Variables
_
a
b
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
e
f
h
i
m
r
s
t
u
v
Enumerations
Enumerator
Related Functions
:
a
c
d
f
h
n
o
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Functions
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
w
Variables
Typedefs
c
d
f
n
p
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
hops
Third-party
HighFive
include
highfive
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
14
namespace
HighFive
{
15
19
class
FileDriver
:
public
FileAccessProps
{};
20
24
class
MPIOFileDriver
:
public
FileDriver
{
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
34
#include "
bits/H5FileDriver_misc.hpp
"
35
36
#endif // H5FILEDRIVER_HPP
HighFive::PropertyList
Base HDF5 property List.
Definition:
H5_definitions.hpp:48
H5PropertyList.hpp
HighFive::MPIOFileDriver::MPIOFileDriver
MPIOFileDriver(Comm mpi_comm, Info mpi_info)
Definition:
H5FileDriver_misc.hpp:46
HighFive::FileDriver
file driver base concept
Definition:
H5FileDriver.hpp:19
H5FileDriver_misc.hpp
HighFive::MPIOFileDriver
MPIIO Driver for Parallel HDF5.
Definition:
H5FileDriver.hpp:24
HighFive
Definition:
H5_definitions.hpp:15
Generated by
1.8.17