echelon  0.8.0
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_HPP
7 #define ECHELON_HPP
8 
13 #include <echelon/object.hpp>
14 #include <echelon/file.hpp>
15 #include <echelon/group.hpp>
16 #include <echelon/dataset.hpp>
17 #include <echelon/scalar_dataset.hpp>
18 #include <echelon/attribute.hpp>
19 
20 #include <echelon/support/multi_array_adapter.hpp>
21 #include <echelon/support/multi_array.hpp>
22 #include <echelon/support/multi_array_view.hpp>
23 
24 #include <echelon/object_reference.hpp>
25 
26 #include <echelon/std/stl_support.hpp>
27 
28 #include <echelon/sink_adaptors.hpp>
29 
30 #endif