echelon  0.8.0
hdf5/echelon.hpp
1 // Copyright (c) 2012-2014 Christopher Hinz
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 #ifndef ECHELON_HDF5_HPP
7 #define ECHELON_HDF5_HPP
8 
13 #include <echelon/hdf5/object.hpp>
14 #include <echelon/hdf5/file.hpp>
15 #include <echelon/hdf5/group.hpp>
16 #include <echelon/hdf5/dataset.hpp>
17 #include <echelon/hdf5/scalar_dataset.hpp>
18 #include <echelon/hdf5/attribute.hpp>
19 
20 #include <echelon/hdf5/array_slice.hpp>
21 
22 #include <echelon/support/multi_array_adaptor.hpp>
23 #include <echelon/support/multi_array.hpp>
24 #include <echelon/grid.hpp>
25 
26 #include <echelon/hdf5/object_reference.hpp>
27 
28 #include <echelon/hdf5/container_adaption.hpp>
29 #include <echelon/hdf5/std/stl_support.hpp>
30 
31 #include <echelon/hdf5/adapt_type.hpp>
32 
33 #include <echelon/hdf5/precursor/error_handling.hpp>
34 
35 #endif