|
| mask_list (const std::string &filename_list_st, bool case_sensit, const path &prefix, bool include) |
| the constructor
|
|
| mask_list (const mask_list &ref)=default |
|
| mask_list (mask_list &&ref)=default |
|
mask_list & | operator= (const mask_list &ref)=default |
|
mask_list & | operator= (mask_list &&ref) noexcept=default |
|
virtual bool | is_covered (const std::string &expression) const override |
| inherited from the mask class
|
|
virtual mask * | clone () const override |
| inherited from the mask class
|
|
U_I | size () const |
| routing only necessary for doing some testing
|
|
virtual std::string | dump (const std::string &prefix) const override |
| output the listing content
|
|
| mask (const mask &ref)=default |
|
| mask (mask &&ref) noexcept=default |
|
mask & | operator= (const mask &ref)=default |
|
mask & | operator= (mask &&ref) noexcept=default |
|
virtual bool | is_covered (const std::string &expression) const =0 |
| check wether the given string is covered by the mask
|
|
virtual bool | is_covered (const path &chemin) const |
| check whether the given path is covered by the mask
|
|
virtual std::string | dump (const std::string &prefix="") const =0 |
| dump in human readable form the nature of the mask
|
|
virtual mask * | clone () const =0 |
|
the mask_list class, matches string that are present in a given file
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.