rasdaman complete source
rasdl/template_inst.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 #include <qlparser/symtab.hh>
24 
25 #include <raslib/itertype.hh>
26 #include <raslib/attribute.hh>
27 #include <raslib/dlist.hh>
28 
29 #include <indexmgr/keyobject.hh>
30 
31 #include <reladminif/dbref.hh>
34 #include <reladminif/dbobject.hh>
35 
36 #include <relblobif/dbtile.hh>
37 #include <relblobif/blobtile.hh>
38 #include <relblobif/inlinetile.hh>
39 
41 #include <relcatalogif/settype.hh>
42 #include <relcatalogif/mddtype.hh>
44 
45 #include <relindexif/hierindex.hh>
47 #include <relindexif/dbtcindex.hh>
48 
49 #include <relmddif/dbmddobj.hh>
50 #include <relmddif/dbmddset.hh>
51 
53 
54 template class DBObjectIterator<SetType>;
55 template class DBObjectIterator<StructType>;
56 template class DBObjectIterator<MDDType>;
57 template class DBObjectIterator<DBMDDObj>;
58 template class DBObjectIdIterator<DBMDDObj>;
59 template bool operator< (const DBRef<DBMDDObj>&, const DBRef<DBMDDObj>&);
60 
61 template class DBRef<DBTile>;
62 template class DBRef<InlineTile>;
63 template class DBRef<BLOBTile>;
64 template class DBRef<DBObject>;
65 template class DBRef<DBMDDObj>;
66 template class DBRef<DBMDDSet>;
67 template class DBRef<DBHierIndex>;
68 template class DBRef<DBTCIndex>;
69 template class DBRef<DBRCIndexDS>;
70 template class DBRef<DBMinterval>;
71 template class DBRef<StructType>;
72 template class DBRef<MDDType>;
73 template class DBRef<SetType>;
74 template class DBRef<DBStorageLayout>;
75 
76 template class r_IterType<r_Attribute>;
77 
78 template class SymbolTable<int>;
79 
80 template std::ostream& operator<< (const std::vector<KeyObject>&, std::ostream&);
81 template std::ostream& operator<< (std::ostream &, const std::vector<KeyObject>&);
82 template std::ostream& operator<< (std::ostream &, const std::vector<double>&);
83 
Definition: dbobjectiterator.hh:26
Definition: itertype.hh:44
Definition: dbobjectiditerator.hh:30