Ignore:
Timestamp:
07/20/16 14:57:12 (8 years ago)
Author:
Maciej Komosinski
Message:
  • More strict type description checking when adding a property in mutableparam
  • Error message when the param property could not be added for some reason
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/param.h

    r483 r535  
    172172        static const int LOAD2_IGNORE_PARSE_FAILED=(~LOAD2_PARSE_FAILED); ///< bitmask to be used if the parsing error is to be ignored. usage: int number_of_loaded_fields=load2(...) & LOAD2_IGNORE_PARSE_FAILED;
    173173
     174        static bool isValidTypeDescription(const char* t);
    174175#ifdef _DEBUG
    175176        virtual void sanityCheck(int i) {}
Note: See TracChangeset for help on using the changeset viewer.