32 #ifdef HAVE_CLASS_GLOB
33 #include <forward_list>
41 #ifdef HAVE_CLASS_GLOB
42 std::forward_list<Glob> patterns;
54 #ifdef HAVE_CLASS_GLOB
55 return ((parent ==
nullptr) || parent->
IsEmpty()) && patterns.empty();
A path name in the native file system character set.
bool Check(Path name_fs) const noexcept
Checks whether one of the patterns in the .mpdignore file matches the specified file name...
bool LoadFile(Path path_fs) noexcept
Loads and parses a .mpdignore file.
gcc_pure bool IsEmpty() const noexcept
ExcludeList(const ExcludeList &_parent)