Ignore:
Timestamp:
10/16/12 13:04:44 (12 years ago)
Author:
ymipsl
Message:

Major Update

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

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute_template_specialisation.hpp

    r352 r369  
    66namespace xios 
    77{ 
     8/* 
    89      /// ////////////////////// Définitions ////////////////////// /// 
    910 
    10       /** Spécialisations des templates pour la fonction [toString] **/ 
     11      /// Spécialisations des templates pour la fonction [toString] /// 
    1112       
    1213      template <> 
     
    2627      //--------------------------------------------------------------- 
    2728 
    28       /** Spécialisations des templates pour la fonction [fromString] **/ 
     29      /// Spécialisations des templates pour la fonction [fromString] /// 
    2930 
    3031      template <> // Chaîne de caractÚres. 
     
    143144      //--------------------------------------------------------------- 
    144145 
    145       /** Spécialisations des templates pour la fonction [toBinary] **/ 
     146      /// Spécialisations des templates pour la fonction [toBinary] /// 
    146147 
    147148      template <> // Chaîne de caractÚres. 
     
    177178      //--------------------------------------------------------------- 
    178179 
    179       /** Spécialisations des templates pour la fonction [fromBinary] **/ 
     180      /// Spécialisations des templates pour la fonction [fromBinary] /// 
    180181 
    181182      template <> // Chaîne de caractÚres. 
     
    212213         this->setValue(value); 
    213214      } 
    214  
    215215      ///-------------------------------------------------------------- 
     216*/ 
    216217} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.