Disk ARchive
2.4.10
|
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
|
inline |
the constructor to be used by libdar external programs
[in] | m | is the mask to negate |
Definition at line 190 of file mask.hpp.
Referenced by clone().
|
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 200 of file mask.hpp.
References libdar::mask::is_covered().