6 #ifndef ECHELON_HDF5_HPP 7 #define ECHELON_HDF5_HPP 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> 20 #include <echelon/hdf5/array_slice.hpp> 22 #include <echelon/support/multi_array_adaptor.hpp> 23 #include <echelon/support/multi_array.hpp> 24 #include <echelon/grid.hpp> 26 #include <echelon/hdf5/object_reference.hpp> 28 #include <echelon/hdf5/container_adaption.hpp> 29 #include <echelon/hdf5/std/stl_support.hpp> 31 #include <echelon/hdf5/adapt_type.hpp> 33 #include <echelon/hdf5/precursor/error_handling.hpp>