matches if string is the given constructor string or a sub directory of it
More...
#include <mask.hpp>
Inherits libdar::mask.
|
| | exclude_dir_mask (const std::string &p, bool case_sensit) |
| | the constructor to be used by libdar external programs
|
|
| exclude_dir_mask (const exclude_dir_mask &ref)=default |
|
| exclude_dir_mask (exclude_dir_mask &&ref) noexcept=default |
|
exclude_dir_mask & | operator= (const exclude_dir_mask &ref)=default |
|
exclude_dir_mask & | operator= (exclude_dir_mask &&ref) noexcept=default |
| bool | is_covered (const std::string &expression) const override |
| | inherited from the mask class
|
| bool | is_covered (const path &chemin) const override |
| | check whether the given path is covered by the mask
|
| std::string | dump (const std::string &prefix) const override |
| | dump in human readable form the nature of the mask
|
| mask * | clone () const override |
| | inherited from the mask class
|
|
| mask (const mask &ref)=default |
|
| mask (mask &&ref) noexcept=default |
|
mask & | operator= (const mask &ref)=default |
|
mask & | operator= (mask &&ref) noexcept=default |
matches if string is the given constructor string or a sub directory of it
Definition at line 460 of file mask.hpp.
◆ exclude_dir_mask()
| libdar::exclude_dir_mask::exclude_dir_mask |
( |
const std::string & | p, |
|
|
bool | case_sensit ) |
|
inline |
the constructor to be used by libdar external programs
- Parameters
-
| [in] | p | is the path to compare with |
| [in] | case_sensit | whether the mask is case sensitive or not |
Definition at line 467 of file mask.hpp.
Referenced by clone().
◆ clone()
| mask * libdar::exclude_dir_mask::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ dump()
| std::string libdar::exclude_dir_mask::dump |
( |
const std::string & | prefix | ) |
const |
|
overridevirtual |
dump in human readable form the nature of the mask
- Parameters
-
| [in] | prefix | used for indentation withing the output string |
Implements libdar::mask.
◆ is_covered() [1/2]
| bool libdar::exclude_dir_mask::is_covered |
( |
const path & | chemin | ) |
const |
|
inlineoverridevirtual |
check whether the given path is covered by the mask
- Parameters
-
| [in] | chemin | is the path to check |
- Returns
- true if the given path is covered by the mask
- Note
- only libdar internally needs to call this method
-
this is an optional method to the previous one, it can be overwritten
Reimplemented from libdar::mask.
Definition at line 476 of file mask.hpp.
◆ is_covered() [2/2]
| bool libdar::exclude_dir_mask::is_covered |
( |
const std::string & | expression | ) |
const |
|
inlineoverridevirtual |
◆ case_s
| bool libdar::exclude_dir_mask::case_s |
|
private |
◆ chemin
| std::string libdar::exclude_dir_mask::chemin |
|
private |
The documentation for this class was generated from the following file: