Go to the documentation of this file.
30 pDefinitionsRef.
forEach([&](
string& xKey,
string* xValue){
32 string& vValue = *xValue;
36 if (vNewExpression->
valid()) {
37 aRegexps.
put(xKey,vNewExpression);
40 delete vNewExpression;
50 if (aRegexps.
has(pType)) {
51 return aRegexps.
ref(pType).
match(pDataStr);
67 if (xValue->
text() ==
"DEFAULT") {
71 if (xValue->
match(pSample)) {