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
tests
test_dependent_library
include
simpleton.hpp
Go to the documentation of this file.
1
#ifndef H5_TEST_SIMPLETON_HPP
2
#define H5_TEST_SIMPLETON_HPP
3
4
// Include all headers here to catch any missing `inline` statements, since
5
// they will be included by two different compilation units.
6
#include <
highfive/H5Attribute.hpp
>
7
#include <
highfive/H5DataSet.hpp
>
8
#include <
highfive/H5DataSpace.hpp
>
9
#include <
highfive/H5DataType.hpp
>
10
#include <
highfive/H5Easy.hpp
>
11
#include <
highfive/H5Exception.hpp
>
12
#include <
highfive/H5File.hpp
>
13
#include <
highfive/H5FileDriver.hpp
>
14
#include <
highfive/H5Group.hpp
>
15
#include <
highfive/H5Object.hpp
>
16
#include <
highfive/H5PropertyList.hpp
>
17
#include <
highfive/H5Reference.hpp
>
18
#include <
highfive/H5Selection.hpp
>
19
#include <
highfive/H5Utility.hpp
>
20
21
// Boost should always be found in this setup
22
#include <boost/numeric/ublas/matrix.hpp>
23
24
void
function
(
const
HighFive::Object
& obj);
25
void
other_function
(
const
boost::numeric::ublas::matrix<double>& m);
26
27
#endif
H5Utility.hpp
H5Object.hpp
H5Selection.hpp
H5File.hpp
H5Reference.hpp
H5DataSet.hpp
HighFive::Object
Definition:
H5Object.hpp:36
H5DataSpace.hpp
H5PropertyList.hpp
H5DataType.hpp
H5Group.hpp
H5FileDriver.hpp
other_function
void other_function(const boost::numeric::ublas::matrix< double > &m)
Definition:
otherton.cpp:3
H5Attribute.hpp
H5Exception.hpp
H5Easy.hpp
Generated by
1.8.17