Disk ARchive  2.4.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
libdar::simple_path_mask Class Reference

string matches if it is subdir of mask or mask is a subdir of expression More...

#include <mask.hpp>

Inherits libdar::mask.

List of all members.

Public Member Functions

 simple_path_mask (const path &p, bool case_sensit)
 the constructor to be used by libdar external programs
bool is_covered (const std::string &expression) const
 inherited from the mask class
bool is_covered (const path &chemin) const
 check whether the given path is covered by the mask
maskclone () const
 inherited from the mask class

Detailed Description

string matches if it is subdir of mask or mask is a subdir of expression

Definition at line 320 of file src/libdar/mask.hpp.


Constructor & Destructor Documentation

libdar::simple_path_mask::simple_path_mask ( const path p,
bool  case_sensit 
) [inline]

the constructor to be used by libdar external programs

Parameters:
[in]pthe path the compare with
[in]case_sensitwhether the mask is case sensitive or not
Note:
p must be a valid path

Definition at line 328 of file src/libdar/mask.hpp.

Referenced by clone().


Member Function Documentation

bool libdar::simple_path_mask::is_covered ( const path chemin) const [virtual]

check whether the given path is covered by the mask

Parameters:
[in]cheminis 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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines