Unravel Engine C++ Reference
Loading...
Searching...
No Matches
fs::pattern_filter Member List

This is the complete list of members for fs::pattern_filter, including all inherited members.

add_exclude_pattern(const std::string &pattern)fs::pattern_filter
add_include_pattern(const std::string &pattern)fs::pattern_filter
get_exclude_patterns() const -> const std::vector< wildcard_pattern > &fs::pattern_filter
get_include_patterns() const -> const std::vector< wildcard_pattern > &fs::pattern_filter
has_patterns() const -> boolfs::pattern_filter
is_wildcard() const -> boolfs::pattern_filter
pattern_filter()=defaultfs::pattern_filter
pattern_filter(const std::string &include_pattern)fs::pattern_filterexplicit
pattern_filter(const std::vector< std::string > &include_patterns, const std::vector< std::string > &exclude_patterns={})fs::pattern_filter
should_include(const fs::path &path) const -> boolfs::pattern_filter
should_include_filename(const std::string &filename) const -> boolfs::pattern_filter