Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 14, 2008, 3:40:48 PM (16 years ago)
Author:
rgrieder
Message:

Convert.h done. Has yet to be tested with gcc. And the comments have to be adapted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/util/ArgReader.cc

    r1777 r1778  
    6565#include "Convert.h"
    6666
    67 template<>
    68 struct ConverterExplicit<const char*, FooBar>
    69 {
    70     static bool convert(const char** output, const FooBar input)
    71     {
    72         return true;
    73     }
    74 };
     67//template<>
     68//struct ConverterExplicit<const char*, FooBar>
     69//{
     70//    static bool convert(const char** output, const FooBar input)
     71//    {
     72//        return true;
     73//    }
     74//};
    7575
    7676#include "MultiType.h"
     
    9090  //val2 = val1;
    9191  //convertValue(&val2, val1);
    92   //explicitConversion(&FooBar(), val1);
     92  //convertValue(&FooBar(), val1);
    9393
    9494  //using namespace1::fooBar1;
     
    9696  //int val1;
    9797  //char val2;
    98   //explicitConversion(&val1, val2);
     98  //convertValue(&val1, val2);
    9999
    100100  //std::istringstream asdf;
Note: See TracChangeset for help on using the changeset viewer.