Disk ARchive 2.4.2
|
negation of another mask More...
#include <mask.hpp>
Inherits libdar::mask.
Public Member Functions | |
not_mask (const mask &m) | |
the constructor to be used by libdar external programs | |
not_mask (const not_mask &m) | |
copy constructor | |
const not_mask & | operator= (const not_mask &m) |
assignment operator | |
~not_mask () | |
destructor | |
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 |
negation of another mask
this is the first mask built over masks it realizes the negation of the given mask
libdar::not_mask::not_mask | ( | const mask & | m | ) | [inline] |
the constructor to be used by libdar external programs
[in] | m | is the mask to negate |
Definition at line 191 of file mask.hpp.
Referenced by clone().
bool libdar::not_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 201 of file mask.hpp.
References libdar::mask::is_covered().