![]() |
Disk ARchive 2.7.14
Full featured and portable backup and archiving tool
|
matches if string is exactly the given mask (no wilde card expression) More...
#include <mask.hpp>
Inherits libdar::mask, and libdar::mask.
Public Member Functions | |
same_path_mask (const std::string &p, bool case_sensit) | |
the constructor to be used by libdar external programs | |
same_path_mask (const same_path_mask &ref)=default | |
same_path_mask (same_path_mask &&ref) noexcept=default | |
same_path_mask & | operator= (const same_path_mask &ref)=default |
same_path_mask & | operator= (same_path_mask &&ref) noexcept=default |
bool | is_covered (const std::string &chemin) const override |
inherited from the mask class | |
std::string | dump (const std::string &prefix) const override |
inherited from the mask class | |
mask * | clone () const override |
inherited from the mask class | |
same_path_mask (const std::string &p, bool case_sensit) | |
the constructor to be used by libdar external programs | |
same_path_mask (const same_path_mask &ref)=default | |
same_path_mask (same_path_mask &&ref) noexcept=default | |
same_path_mask & | operator= (const same_path_mask &ref)=default |
same_path_mask & | operator= (same_path_mask &&ref) noexcept=default |
bool | is_covered (const std::string &chemin) const override |
inherited from the mask class | |
std::string | dump (const std::string &prefix) const override |
inherited from the mask class | |
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 |
virtual bool | is_covered (const path &chemin) const |
check whether the given path is covered by the mask | |
mask (const mask &ref)=default | |
mask (mask &&ref) noexcept=default | |
mask & | operator= (const mask &ref)=default |
mask & | operator= (mask &&ref) noexcept=default |
virtual bool | is_covered (const path &chemin) const |
check whether the given path is covered by the mask | |
Private Attributes | |
std::string | chemin |
bool | case_s |
matches if string is exactly the given mask (no wilde card expression)
Definition at line 426 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 433 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 433 of file src/libdar/mask.hpp.
|
inlineoverridevirtual |
inherited from the mask class
Implements libdar::mask.
Definition at line 447 of file dar64-2.7.14-win64/include/dar/mask.hpp.
References same_path_mask().
|
inlineoverridevirtual |
inherited from the mask class
Implements libdar::mask.
Definition at line 447 of file src/libdar/mask.hpp.
References same_path_mask().
|
overridevirtual |
inherited from the mask class
Implements libdar::mask.
|
overridevirtual |
inherited from the mask class
Implements libdar::mask.
inherited from the mask class
Implements libdar::mask.
inherited from the mask class
Implements libdar::mask.
|
private |
Definition at line 451 of file dar64-2.7.14-win64/include/dar/mask.hpp.
|
private |
Definition at line 450 of file dar64-2.7.14-win64/include/dar/mask.hpp.