Ignore:
Timestamp:
07/09/12 11:33:05 (12 years ago)
Author:
ymipsl
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/type/type_util.hpp

    r345 r352  
    1616    class CFileGroup; 
    1717    class CContext; 
    18  
     18    class CContextGroup; 
     19    class CVariable ; 
     20    class CVariableGroup ; 
    1921         
    20   template <typename T> 
    21   inline string getStrType(void) ; 
     22  template <typename T> inline string getStrType(void) ; 
    2223     
    2324#define macro(T) template <> inline string getStrType<T>(void) { return std::string(#T) ; } 
     
    5051  macro(CFileGroup) 
    5152  macro(CContext) 
     53  macro(CContextGroup) 
     54  macro(CVariable) 
     55  macro(CVariableGroup) 
    5256   
     57  
    5358#undef macro 
    5459 
Note: See TracChangeset for help on using the changeset viewer.