|
Disk ARchive
2.4.21
|
matches if string is exactly the given mask (no wilde card expression) More...
#include <mask.hpp>
Inherits libdar::mask.
Public Member Functions | |
| same_path_mask (const std::string &p, bool case_sensit) | |
| the constructor to be used by libdar external programs More... | |
| bool | is_covered (const std::string &chemin) const |
| inherited from the mask class | |
| mask * | clone () const |
| inherited from the mask class | |
Public Member Functions inherited from libdar::mask | |
| virtual bool | is_covered (const path &chemin) const |
| check whether the given path is covered by the mask More... | |
matches if string is exactly the given mask (no wilde card expression)
|
inline |
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 351 of file mask.hpp.
References libdar::mask::is_covered().
1.8.11