|
Disk ARchive
2.4.12
|
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 | |
| 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 | |
| mask * | clone () const |
| inherited from the mask class | |
matches if string is the given constructor string or a sub directory of it
| libdar::exclude_dir_mask::exclude_dir_mask | ( | const std::string & | p, |
| bool | case_sensit | ||
| ) | [inline] |
| bool libdar::exclude_dir_mask::is_covered | ( | const path & | chemin | ) | const [inline, virtual] |
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().
1.7.6.1