Changeset 535 for cpp/frams/param/param.h
- Timestamp:
- 07/20/16 14:57:12 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.h
r483 r535 172 172 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; 173 173 174 static bool isValidTypeDescription(const char* t); 174 175 #ifdef _DEBUG 175 176 virtual void sanityCheck(int i) {}
Note: See TracChangeset
for help on using the changeset viewer.