Changeset 375 for cpp/frams/util/validitychecks.h
- Timestamp:
- 04/26/15 00:59:09 (10 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/validitychecks.h
r372 r375 3 3 // See LICENSE.txt for details. 4 4 5 #ifndef _ STDERRORS_H_6 #define _ STDERRORS_H_5 #ifndef _VALIDITY_CHECKS_H_ 6 #define _VALIDITY_CHECKS_H_ 7 7 8 8 #include <frams/util/list.h> … … 10 10 11 11 bool listIndexCheck(SList* list,int index,const char* msgobj,const char* msgfun); 12 SString stringCheck(SString& in,const char* msgobj,const char* msgfun,const char* msg,SString (*checker)(SString& in)= 0);12 SString stringCheck(SString& in,const char* msgobj,const char* msgfun,const char* msg,SString (*checker)(SString& in)=NULL); 13 13 14 14 #endif
Note: See TracChangeset
for help on using the changeset viewer.