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/MultiTypeMath.h

    r1319 r1320  
    164164        virtual bool fromString(const std::string value);
    165165
    166         virtual void assimilate(const MultiTypeMath& mtm);
     166        virtual bool assimilate(const MultiTypeMath& mtm, const MultiTypeMath& defvalue = MultiTypeMath());
    167167
    168168    protected:
Note: See TracChangeset for help on using the changeset viewer.