ENH: simplify/extend IOobjectList code with templated predicates
- replace explicit use of word, wordRe, wordRes, wordHashSet as filters with a MatchPredicate, since they all satisfy the requirements for use a predicate. This change reduces code duplication, allows other matcher types (eg, keyType) as well as lambda functions. - add special treatment for a 'const char*' parameter for lookupClass() and the now-deprecated single item lookup() method to promote these parameters to 'word'.
Showing
- src/OpenFOAM/db/IOobjectList/IOobjectList.C 29 additions, 135 deletionssrc/OpenFOAM/db/IOobjectList/IOobjectList.C
- src/OpenFOAM/db/IOobjectList/IOobjectList.H 74 additions, 88 deletionssrc/OpenFOAM/db/IOobjectList/IOobjectList.H
- src/OpenFOAM/db/IOobjectList/IOobjectListTemplates.C 94 additions, 7 deletionssrc/OpenFOAM/db/IOobjectList/IOobjectListTemplates.C
Please register or sign in to comment