Changeset 1238 in Sophya for trunk/SophyaLib/BaseTools/datatype.h
- Timestamp:
- Oct 18, 2000, 8:13:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/datatype.h
r1225 r1238 14 14 15 15 template <class T> 16 class DataType {16 class DataTypeInfo { 17 17 public: 18 18 static string getTypeName(); 19 DataType ();19 DataTypeInfo(); 20 20 }; 21 21
Note:
See TracChangeset
for help on using the changeset viewer.