Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation
The ZipArchive Library
ZipArchiveLib::CNameFileFilter Member List

This is the complete list of members for ZipArchiveLib::CNameFileFilter, including all inherited members.

Accept(LPCTSTR, LPCTSTR lpszName, const CFileInfo &ZIP_UNUSED info)ZipArchiveLib::CNameFileFilterinlineprotectedvirtual
ZipArchiveLib::CFileFilter::Accept(LPCTSTR ZIP_UNUSED lpszParentDir, LPCTSTR ZIP_UNUSED lpszName, const CFileInfo &ZIP_UNUSED info)ZipArchiveLib::CFileFilterinlineprotectedvirtual
AppliesToType(int iType)ZipArchiveLib::CNameFileFilterinline
AppliesToTypes enum nameZipArchiveLib::CNameFileFilter
CFileFilter(bool bInverted=false)ZipArchiveLib::CFileFilterinline
CNameFileFilter(LPCTSTR lpszPattern=_T("*"), bool bInverted=false, int iAppliesToTypes=toFile, bool bCaseSensitive=ZipPlatform::GetSystemCaseSensitivity())ZipArchiveLib::CNameFileFilterinline
Evaluate(LPCTSTR lpszParentDir, LPCTSTR lpszName, const CFileInfo &info)ZipArchiveLib::CFileFilterinline
GetAppliesToTypes()ZipArchiveLib::CNameFileFilterinline
HandlesFile(const CFileInfo &info)ZipArchiveLib::CNameFileFilterinlinevirtual
HandlesInversion() constZipArchiveLib::CFileFilterinlineprotectedvirtual
IsInverted() constZipArchiveLib::CFileFilterinline
m_bInvertedZipArchiveLib::CFileFilterprotected
SetAppliesToTypes(int iType)ZipArchiveLib::CNameFileFilterinline
SetInverted(bool bInverted=true)ZipArchiveLib::CFileFilterinline
toAll enum valueZipArchiveLib::CNameFileFilter
toDirectory enum valueZipArchiveLib::CNameFileFilter
toFile enum valueZipArchiveLib::CNameFileFilter
~CFileFilter() (defined in ZipArchiveLib::CFileFilter)ZipArchiveLib::CFileFilterinlinevirtual
Back To Top Up