#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 | |
this is the first mask built over masks it realizes the negation of the given mask
Definition at line 173 of file mask.hpp.
| 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 181 of file mask.hpp.
Referenced by clone().
1.4.7