-------------------------------------------------------------------------
| 210 | |
| 211 | //------------------------------------------------------------------------- |
| 212 | File* PathMatcher::Match(const fs::path& path) |
| 213 | { |
| 214 | return pathMatcherEngine_->Match(path); |
| 215 | } |
| 216 | |
| 217 | //------------------------------------------------------------------------- |
| 218 | std::vector<fs::path> PathMatcher::GetUnmatchedPaths() const |
no outgoing calls