hops
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.
7 #include <highfive/H5DataSet.hpp>
10 #include <highfive/H5Easy.hpp>
11 #include <highfive/H5Exception.hpp>
12 #include <highfive/H5File.hpp>
14 #include <highfive/H5Group.hpp>
15 #include <highfive/H5Object.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