hops
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