32 #include "../my_config.h"
63 mask_list(
const std::string & filename_list_st,
bool case_sensit,
const path & prefix,
bool include);
71 virtual bool is_covered(
const std::string & expression)
const override;
76 U_I
size()
const {
return contenu.size(); };
79 virtual std::string
dump(
const std::string & prefix)
const override;
83 std::deque <std::string> contenu;
the mask_list class, matches string that are present in a given file
U_I size() const
routing only necessary for doing some testing
mask_list(const std::string &filename_list_st, bool case_sensit, const path &prefix, bool include)
the constructor
virtual std::string dump(const std::string &prefix) const override
output the listing content
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
the generic class, parent of all masks
the class path is here to manipulate paths in the Unix notation: using'/'
here lies a collection of mask classes
libdar namespace encapsulate all libdar symbols