ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
FileExpressions::Filter Class Reference

Description:

Implementation of abstract class FFilter which uses run-time compiled and evaluated expressions to determine inclusion of files or directories. Instances of this type can be created with outer classes' method FileExpressions::CreateFilter and for example be attached to fields FileFilter, DirectoryFilterPreRecursion and DirectoryFilterPostRecursion of class ScanParameters.

Definition at line 146 of file fileexpressions.hpp.

#include <fileexpressions.hpp>

Inheritance diagram for FileExpressions::Filter:
[legend]
Collaboration diagram for FileExpressions::Filter:
[legend]

Public Method Index:

virtual bool Includes (const File &node, const lang::system::PathString &parentPath) override
 
- Public Method Index: inherited from FFilter
virtual ~FFilter ()=default
 Destructor.
 

Protected Field Index:

Expression expression
 The compiled expression.
 
FileExpressionsfex
 The scope used with this filter.
 
FileExpressions::FexScope scope
 The scope used with this filter.
 

Protected Method Index:

ALIB_API Filter (FileExpressions &pFex, const String &expressionString)
 

Friends And Related Entity Details:

◆ FileExpressions

friend class FileExpressions
friend

The outer class is our friend.

Definition at line 149 of file fileexpressions.hpp.

Field Details:

◆ expression

Expression expression
protected

The compiled expression.

Definition at line 152 of file fileexpressions.hpp.

◆ fex

FileExpressions& fex
protected

The scope used with this filter.

Definition at line 150 of file fileexpressions.hpp.

◆ scope

FileExpressions::FexScope scope
protected

The scope used with this filter.

Definition at line 151 of file fileexpressions.hpp.

Constructor(s) / Destructor Details:

◆ Filter()

Filter ( FileExpressions & pFex,
const String & expressionString )
protected

Protected constructor. Compiles the given expression. To create an instance of this class, use FileExpressions::CreateFilter.

Parameters
pFexThe expression compiler to use.
expressionStringThe expression string.

Definition at line 236 of file fileexpressions.cpp.

Here is the call graph for this function:

Method Details:

◆ Includes()

virtual bool Includes ( const File & node,
const lang::system::PathString & parentPath )
inlineoverridevirtual

The filter method.

Parameters
nodeThe node in the file-tree to examine.
parentPathThe absolute path to the parent directory that the file resides in.
Returns
The result determines, whether the given file or directory has passed the filter or not. Consequently, true means "passed" and false means "filtered out".

Implements FFilter.

Definition at line 171 of file fileexpressions.hpp.


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