#include <mask.hpp>
Inherits libdar::et_mask.
Public Member Functions | |
bool | is_covered (const std::string &expression) const |
inherited from the mask class | |
mask * | clone () const |
inherited from the mask class |
this mask has exactly the same use as the et_mask please see the et_mask documentation. The only difference is that it makes an *OR* operation rather than an *AND* with the masks added thanks to the add_mask method
Definition at line 263 of file mask.hpp.