|
Unravel Engine C++ Reference
|
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 -> bool | fs::pattern_filter | |
| is_wildcard() const -> bool | fs::pattern_filter | |
| pattern_filter()=default | fs::pattern_filter | |
| pattern_filter(const std::string &include_pattern) | fs::pattern_filter | explicit |
| 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 -> bool | fs::pattern_filter | |
| should_include_filename(const std::string &filename) const -> bool | fs::pattern_filter |