8#ifndef HPP_ALIB_FILES_FFILTER
9#define HPP_ALIB_FILES_FFILTER 1
13namespace alib {
namespace files {
std::shared_ptr< FFilter > SPFileFilter
A shared pointer to a filter.
files::SPFileFilter SPFileFilter
Type alias in namespace alib.
virtual ~FFilter()=default
Destructor.
virtual bool Includes(const File &file, const lang::system::PathString &parentPath)=0