source: XIOS/trunk/src/attribute_template_decl.cpp @ 354

Last change on this file since 354 was 352, checked in by ymipsl, 12 years ago
  • Property svn:eol-style set to native
File size: 470 bytes
Line 
1#include "attribute_template_impl.hpp"
2#include "attribute_template_specialisation.hpp"
3#include <string>
4
5namespace xios
6{
7  template class CAttributeTemplate<int> ;
8  template class CAttributeTemplate<double> ;
9  template class CAttributeTemplate<bool> ;
10  template class CAttributeTemplate<string> ;
11  template class CAttributeTemplate< ARRAY(double,1) > ;
12  template class CAttributeTemplate< ARRAY(int,1) > ;
13  template class CAttributeTemplate< ARRAY(bool,2) > ;}
Note: See TracBrowser for help on using the repository browser.