#include <mask_list.hpp>
Inherits libdar::mask.
Public Member Functions | |
| mask_list (const std::string &filename_list_st, bool case_sensit, const path &prefix, bool include) | |
| the constructor | |
| bool | is_covered (const std::string &expression) const |
| inherited from the mask class | |
| mask * | clone () const |
| inherited from the mask class | |
| U_I | size () const |
| routing only necessary for doing some testing | |
the given file must contain one entry per line (thus no carriage return is allowed in a given entry). Note that the file listed in the file may have a relative path or an absolute path.
Definition at line 50 of file mask_list.hpp.
|
||||||||||||||||||||
|
the constructor
Referenced by clone(). |
1.4.2