Disk ARchive
2.4.2
|
string matches if it is subdir of mask or mask is a subdir of expression More...
#include <mask.hpp>
Inherits libdar::mask.
Public Member Functions | |
simple_path_mask (const path &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 |
string matches if it is subdir of mask or mask is a subdir of expression
libdar::simple_path_mask::simple_path_mask | ( | const path & | p, |
bool | case_sensit | ||
) | [inline] |
bool libdar::simple_path_mask::is_covered | ( | const path & | chemin | ) | const [virtual] |
check whether the given path is covered by the mask
[in] | chemin | is the path to check |
Reimplemented from libdar::mask.