Dakota  Version
Explore and Predict with Confidence
Public Member Functions | Public Attributes | List of all members
MatchesWC Struct Reference

Predicate that returns true when the passed path matches the wild_card with which it was configured.
Currently supports * and ?. More...

Public Member Functions

 MatchesWC (const bfs::path &wild_card)
 ctor that builds and stores the regular expression
 
bool operator() (const bfs::path &dir_entry)
 return true is dir_entry matches wildCardRegEx
 

Public Attributes

boost::basic_regex< bfs::path::value_type > wildCardRegEx
 archived RegEx; wchar-based on Windows
 

Detailed Description

Predicate that returns true when the passed path matches the wild_card with which it was configured.
Currently supports * and ?.


The documentation for this struct was generated from the following file: