#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.
| libdar::mask_list::mask_list | ( | const std::string & | filename_list_st, | |
| bool | case_sensit, | |||
| const path & | prefix, | |||
| bool | include | |||
| ) |
the constructor
| [in] | filename_list_st | is the path to the file listing the filename to select for the operation |
| [in] | case_sensit | whether comparison is case sensitive or not |
| [in] | prefix | add this (absolute) prefix to relative paths of the list |
| [in] | include | whether the mask_list is used for file inclusion or file exclusion |
Referenced by clone().
1.4.7