Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1004


Ignore:
Timestamp:
Apr 9, 2008, 7:02:06 PM (16 years ago)
Author:
landauf
Message:

test

Location:
code/branches/core2/src/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/util/Convert.h

    r1003 r1004  
    4444
    4545//////////
    46 // Main //
     46// MAIN //
    4747//////////
    4848
     
    196196
    197197
     198//////////////////////
     199// HELPER FUNCTIONS //
     200//////////////////////
     201
    198202// Helper function: Calls convertValue with and without default value and returns true if the conversion was successful
    199203template<class FromType, class ToType>
     
    228232}
    229233
     234
    230235/////////////////////
    231 // SPECIALISATIONS //
     236// SPECIALIZATIONS //
    232237/////////////////////
    233238
    234239/////////////
    235 // Samples //
     240// SAMPLES //
    236241/////////////
    237242/*
     
    265270
    266271////////////
    267 // String //
     272// STRING //
    268273////////////
    269274
  • code/branches/core2/src/util/UtilPrereqs.h

    r1001 r1004  
    6060//-----------------------------------------------------------------------
    6161class Convert;
    62 //template <typename FromType, typename ToType>
    63 //class Converter;
    6462class MultiTypePrimitive;
    6563class MultiTypeString;
Note: See TracChangeset for help on using the changeset viewer.