 |
Disk ARchive
2.6.8
Full featured and portable backup and archiving tool
|
Go to the documentation of this file.
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;
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
here lies a collection of mask classes
the mask_list class, matches string that are present in a given file
mask_list(const std::string &filename_list_st, bool case_sensit, const path &prefix, bool include)
the constructor
the generic class, parent of all masks
the class path is here to manipulate paths in the Unix notation: using'/'
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
libdar namespace encapsulate all libdar symbols