filesaver
|
#include <PathMatcher.h>
Public Member Functions | |
ComponentMatcher (std::unordered_set< std::string > mComponents, bool mIsRecursive) | |
PathMatch | matches (const boost::filesystem::path &target) override |
Public Member Functions inherited from filesaver::services::PathMatcher | |
virtual | ~PathMatcher ()=default |
Definition at line 41 of file PathMatcher.h.
filesaver::services::ComponentMatcher::ComponentMatcher | ( | std::unordered_set< std::string > | mComponents, |
bool | mIsRecursive | ||
) |
Definition at line 21 of file PathMatcher.cpp.
|
overridevirtual |
Implements filesaver::services::PathMatcher.
Definition at line 26 of file PathMatcher.cpp.