Disk ARchive
2.4.8
|
matches if string is the given constructor string or a sub directory of it More...
#include <mask.hpp>
Inherits libdar::mask.
Public Member Functions | |
exclude_dir_mask (const std::string &p, bool case_sensit) | |
the constructor to be used by libdar external programs More... | |
bool | is_covered (const std::string &expression) const |
inherited from the mask class | |
bool | is_covered (const path &chemin) const |
check whether the given path is covered by the mask More... | |
mask * | clone () const |
inherited from the mask class | |
matches if string is the given constructor string or a sub directory of it
|
inline |
|
inlinevirtual |
check whether the given path is covered by the mask
[in] | chemin | is the path to check |
Reimplemented from libdar::mask.
Definition at line 378 of file mask.hpp.
References libdar::path::is_subdir_of().