Changeset 2884 in Sophya for trunk/SophyaLib/BaseTools/datatype.cc
- Timestamp:
- Jan 4, 2006, 2:30:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/datatype.cc
r2879 r2884 34 34 template <class T> 35 35 string DataTypeInfo<T>::getTypeName() { return("???unknowntype???"); } 36 DECL_TEMP_SPEC 36 37 string DataTypeInfo<uint_1>::getTypeName() { return("uint_1"); } 38 DECL_TEMP_SPEC 37 39 string DataTypeInfo<uint_2>::getTypeName() { return("uint_2"); } 40 DECL_TEMP_SPEC 38 41 string DataTypeInfo<int_2>::getTypeName() { return("int_2"); } 42 DECL_TEMP_SPEC 39 43 string DataTypeInfo<int_4>::getTypeName() { return("int_4"); } 44 DECL_TEMP_SPEC 40 45 string DataTypeInfo<int_8>::getTypeName() { return("int_8"); } 46 DECL_TEMP_SPEC 41 47 string DataTypeInfo<uint_4>::getTypeName() { return("uint_4"); } 48 DECL_TEMP_SPEC 42 49 string DataTypeInfo<uint_8>::getTypeName() { return("uint_8"); } 50 DECL_TEMP_SPEC 43 51 string DataTypeInfo<r_4>::getTypeName() { return("r_4"); } 52 DECL_TEMP_SPEC 44 53 string DataTypeInfo<r_8>::getTypeName() { return("r_8"); } 54 DECL_TEMP_SPEC 45 55 string DataTypeInfo< complex<r_4> >::getTypeName() { return(" complex<r_4> "); } 56 DECL_TEMP_SPEC 46 57 string DataTypeInfo< complex<r_8> >::getTypeName() { return(" complex<r_8> "); } 47 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.