Changeset 3208 in Sophya for trunk/SophyaLib/BaseTools/datatype.h
- Timestamp:
- Apr 10, 2007, 5:57:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/datatype.h
r1238 r3208 13 13 namespace SOPHYA { 14 14 15 //! class returning type name for usual numrical types (int_2,int_4,r_4,r_8 ...) 15 16 template <class T> 16 17 class DataTypeInfo { 17 18 public: 18 19 static string getTypeName(); 20 static int getTypeId(); 19 21 DataTypeInfo(); 20 22 };
Note:
See TracChangeset
for help on using the changeset viewer.