Ignore:
Timestamp:
12/03/14 18:52:05 (9 years ago)
Author:
Maciej Komosinski
Message:
  • added strmove(): strcpy() for overlapping strings
  • ExtObject? operator== can handle NULL arguments
  • source formatting and improved genetic operator messages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/extvalue.h

    r247 r257  
    6565bool makeUnique();//< @return false if nothing has changed
    6666
    67 int operator==(const ExtObject& src) const {if (object!=src.object) return 0; return (object==0)?(!strcmp(param->getName(),src.param->getName())):1;}
     67bool operator==(const ExtObject& src) const;
    6868
    6969SString toString() const;
Note: See TracChangeset for help on using the changeset viewer.