Disk ARchive  2.4.15
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
Public Member Functions | List of all members
libdar::regular_mask Class Reference

matches regular expressions (see "man 7 regex") More...

#include <mask.hpp>

Inherits libdar::mask.

Public Member Functions

 regular_mask (const std::string &wilde_card_expression, bool x_case_sensit)
 the constructor to be used by libdar external programs More...
 
 regular_mask (const regular_mask &ref)
 the copy constructor
 
regular_maskoperator= (const regular_mask &ref)
 the assignment operator
 
virtual ~regular_mask ()
 destructor
 
bool is_covered (const std::string &expression) const
 inherited from the mask class
 
maskclone () 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...
 

Detailed Description

matches regular expressions (see "man 7 regex")

Definition at line 144 of file mask.hpp.

Constructor & Destructor Documentation

libdar::regular_mask::regular_mask ( const std::string &  wilde_card_expression,
bool  x_case_sensit 
)

the constructor to be used by libdar external programs

Parameters
[in]wilde_card_expressionis the regular expression that defines the mask
[in]x_case_sensitwhether the mask is case sensitive or not

Referenced by clone().


The documentation for this class was generated from the following file: