Changeset 1004
- Timestamp:
- Apr 9, 2008, 7:02:06 PM (17 years ago)
- Location:
- code/branches/core2/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/util/Convert.h
r1003 r1004 44 44 45 45 ////////// 46 // M ain//46 // MAIN // 47 47 ////////// 48 48 … … 196 196 197 197 198 ////////////////////// 199 // HELPER FUNCTIONS // 200 ////////////////////// 201 198 202 // Helper function: Calls convertValue with and without default value and returns true if the conversion was successful 199 203 template<class FromType, class ToType> … … 228 232 } 229 233 234 230 235 ///////////////////// 231 // SPECIALI SATIONS //236 // SPECIALIZATIONS // 232 237 ///////////////////// 233 238 234 239 ///////////// 235 // S amples//240 // SAMPLES // 236 241 ///////////// 237 242 /* … … 265 270 266 271 //////////// 267 // S tring//272 // STRING // 268 273 //////////// 269 274 -
code/branches/core2/src/util/UtilPrereqs.h
r1001 r1004 60 60 //----------------------------------------------------------------------- 61 61 class Convert; 62 //template <typename FromType, typename ToType>63 //class Converter;64 62 class MultiTypePrimitive; 65 63 class MultiTypeString;
Note: See TracChangeset
for help on using the changeset viewer.