rasdaman complete source
rasdaman.hh
Go to the documentation of this file.
1 /*
2 * This file is part of rasdaman community.
3 *
4 * Rasdaman community is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * Rasdaman community is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
16 *
17 * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
18 rasdaman GmbH.
19 *
20 * For more information please see <http://www.rasdaman.org>
21 * or contact Peter Baumann via <baumann@rasdaman.com>.
22 */
23 
24 //------------------------------------------------------------
25 // RasDaMan Standard Include
26 //
27 // DO NOT EDIT
28 //------------------------------------------------------------
29 
36 #ifndef __RASDAMAN_HH_
37 #define __RASDAMAN_HH_
38 
39 //------------------------------------------------------------
40 // Includes
41 //------------------------------------------------------------
42 
43 #include "rasodmg/ref.hh"
44 #include "rasodmg/transaction.hh"
45 #include "rasodmg/database.hh"
46 #include "rasodmg/set.hh"
47 #include "rasodmg/iterator.hh"
48 #include "rasodmg/marray.hh"
49 #include "rasodmg/oqlquery.hh"
50 #include "rasodmg/storagelayout.hh"
51 #include "rasodmg/alignedtiling.hh"
53 #include "rasodmg/dirtiling.hh"
54 #include "rasodmg/stattiling.hh"
55 
56 #include "raslib/endian.hh"
57 #include "raslib/odmgtypes.hh"
58 #include "raslib/mddtypes.hh"
59 #include "raslib/oid.hh"
60 #include "raslib/type.hh"
61 #include "raslib/minterval.hh"
62 #include "raslib/primitive.hh"
63 #include "raslib/complex.hh"
64 #include "raslib/structure.hh"
65 #include "raslib/primitivetype.hh"
66 #include "raslib/complextype.hh"
67 #include "raslib/structuretype.hh"
68 #include "raslib/rmdebug.hh"
69 #include "raslib/parseparams.hh"
70 
71 #include "conversion/convertor.hh"
73 
74 #endif