libpniio
nx.hpp
Go to the documentation of this file.
1 //
2 // Declaration of types
3 //
4 // (c) Copyright 2011 DESY, Eugen Wintersberger <eugen.wintersberger@desy.de>
5 //
6 // This file is part of libpniio.
7 //
8 // libpniio is free software: you can redistribute it and/or modify
9 // it under the terms of the GNU General Public License as published by
10 // the Free Software Foundation, either version 2 of the License, or
11 // (at your option) any later version.
12 //
13 // libpniio is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 // GNU General Public License for more details.
17 //
18 // You should have received a copy of the GNU General Public License
19 // along with libpniio. If not, see <http://www.gnu.org/licenses/>.
20 // ===========================================================================
21 //
22 // Created on: Jul 1, 2011
23 // Author: Eugen Wintersberger <eugen.wintersberger@desy.de>
24 //
25 #pragma once
26 
27 #include "nxobject_traits.hpp"
28 #include "nxobject.hpp"
29 #include "nxfile.hpp"
30 #include "nxgroup.hpp"
31 #include "nxfield.hpp"
32 #include "nxdeflate_filter.hpp"
33 #include "nxattribute.hpp"
34 #include "nximp_code.hpp"
35 #include "nximp_code_map.hpp"
36 
37 
39 
40