![]() |
Disk ARchive 2.7.14
Full featured and portable backup and archiving tool
|
matches if string is the given constructor string or a sub directory of it More...
#include <mask.hpp>
Inherits libdar::mask, and libdar::mask.
Public Member Functions | |
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 | |
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 |
mask (const mask &ref)=default | |
mask (mask &&ref) noexcept=default | |
mask & | operator= (const mask &ref)=default |
mask & | operator= (mask &&ref) noexcept=default |
Private Attributes | |
std::string | chemin |
bool | case_s |
matches if string is the given constructor string or a sub directory of it
Definition at line 457 of file dar64-2.7.14-win64/include/dar/mask.hpp.
the constructor to be used by libdar external programs
[in] | p | is the path to compare with |
[in] | case_sensit | whether the mask is case sensitive or not |
Definition at line 464 of file dar64-2.7.14-win64/include/dar/mask.hpp.
Referenced by clone().
the constructor to be used by libdar external programs
[in] | p | is the path to compare with |
[in] | case_sensit | whether the mask is case sensitive or not |
Definition at line 464 of file src/libdar/mask.hpp.
|
inlineoverridevirtual |
inherited from the mask class
Implements libdar::mask.
Definition at line 477 of file dar64-2.7.14-win64/include/dar/mask.hpp.
References exclude_dir_mask().
|
inlineoverridevirtual |
inherited from the mask class
Implements libdar::mask.
Definition at line 477 of file src/libdar/mask.hpp.
References exclude_dir_mask().
|
overridevirtual |
dump in human readable form the nature of the mask
[in] | prefix | used for indentation withing the output string |
Implements libdar::mask.
|
overridevirtual |
dump in human readable form the nature of the mask
[in] | prefix | used for indentation withing the output string |
Implements libdar::mask.
check whether the given path is covered by the mask
[in] | chemin | is the path to check |
Reimplemented from libdar::mask.
Definition at line 473 of file dar64-2.7.14-win64/include/dar/mask.hpp.
References libdar::path::is_subdir_of().
check whether the given path is covered by the mask
[in] | chemin | is the path to check |
Reimplemented from libdar::mask.
Definition at line 473 of file src/libdar/mask.hpp.
References libdar::path::is_subdir_of().
|
inlineoverridevirtual |
inherited from the mask class
Implements libdar::mask.
Definition at line 472 of file dar64-2.7.14-win64/include/dar/mask.hpp.
|
inlineoverridevirtual |
inherited from the mask class
Implements libdar::mask.
Definition at line 472 of file src/libdar/mask.hpp.
|
private |
Definition at line 481 of file dar64-2.7.14-win64/include/dar/mask.hpp.
|
private |
Definition at line 480 of file dar64-2.7.14-win64/include/dar/mask.hpp.