Disk ARchive 2.3.10
Public Member Functions

libdar::same_path_mask Class Reference

matches if string is exactly the given mask (no wilde card expression) More...

#include <mask.hpp>

Inherits libdar::mask.

List of all members.

Public Member Functions

 same_path_mask (const std::string &p, bool case_sensit)
 the constructor to be used by libdar external programs
bool is_covered (const std::string &ch) const
 inherited from the mask class
maskclone () const
 inherited from the mask class

Detailed Description

matches if string is exactly the given mask (no wilde card expression)

Definition at line 295 of file mask.hpp.


Constructor & Destructor Documentation

libdar::same_path_mask::same_path_mask ( const std::string &  p,
bool  case_sensit 
) [inline]

the constructor to be used by libdar external programs

Parameters:
[in]pis the path to compare with
[in]case_sensitwhether the mask is case sensitive or not

Definition at line 302 of file mask.hpp.

Referenced by clone().


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