rasdaman complete source
rasgeo_template_inst.hh
Go to the documentation of this file.
1 /*
2  template instantiation for rmanman utilities
3 
4 */
5 
6 #ifndef __RMANMAN_TEMPLATE_INST_
7 #define __RMANMAN_TEMPLATE_INST_
8 
10 #include <rasodmg/ref.hh>
11 #include <raslib/primitivetype.hh>
12 #include <raslib/pointtype.hh>
13 
15 template class r_Ref< r_Primitive_Type >;
16 template class r_Ref< r_Primitive >;
17 template class r_Ref< r_Point >;
18 template class r_Ref< r_Type >;
19 template class r_Ref< r_Char >;
20 template class r_Set< r_Ref < r_Marray<r_Char> > >;
21 template class r_Set< r_Ref < r_Marray<r_ULong> > >;
22 template class r_Set< r_Ref < r_Marray<r_UShort> > >;
23 template class r_Set< r_Ref < r_Marray<r_Long> > >;
24 template class r_Set< r_Ref < r_Marray<r_Short> > >;
25 template class r_Set< r_Ref < r_Marray<r_Octet> > >;
26 template class r_Set< r_Ref < r_Marray<r_Double> > >;
27 template class r_Set< r_Ref < r_Marray<r_Float> > >;
28 
29 template class r_Marray< char>;
30 template class r_Ref< r_Marray < char > > ;
31 
32 template class r_Marray<r_UShort>;
33 template class r_Marray<r_Long>;
34 template class r_Marray<r_Octet>;
35 template class r_Marray<r_Double>;
36 template class r_Marray<r_Float>;
37 template class r_Marray<r_Short>;
38 
39 #endif
Definition: clientcomm.hh:46
Definition: marray.hh:58
Definition: oqlquery.hh:46