Disk ARchive 2.3.11
|
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 | |
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 | |
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 178 of file mask.hpp.
Referenced by clone().