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

Last change on this file since 470 was 369, checked in by ymipsl, 12 years ago

Major Update

  • redesign Type and attribute manipulation
  • add enumerate type and attribute
  • use blitz class array instead of boost class array

YM

  • Property svn:eol-style set to native
File size: 305 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}
Note: See TracBrowser for help on using the repository browser.