40 #ifndef wordReListMatcher_H 41 #define wordReListMatcher_H 75 inline bool empty()
const;
86 inline bool match(
const string&,
bool literalMatch=
false)
const;
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
A wrapper for matching a List of wordRe.
wordReListMatcher(const UList< wordRe > &)
Construct from a List of wordRe.
const UList< wordRe > & operator()() const
Return underlying list of wordRe.
bool match(const string &, bool literalMatch=false) const
Return true if string matches any of the regular expressions.