Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2008, 2:18:55 AM (16 years ago)
Author:
landauf
Message:

changed the previously implemented assimilate function to take an optional default-value and to return false if the conversion failed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/util/MultiTypeString.h

    r1319 r1320  
    117117        virtual bool fromString(const std::string value);
    118118
    119         virtual void assimilate(const MultiTypeString& mts);
     119        virtual bool assimilate(const MultiTypeString& mts, const MultiTypeString& defvalue = MultiTypeString());
    120120
    121121    protected:
Note: See TracChangeset for help on using the changeset viewer.