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

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

Accept(LPCTSTR, LPCTSTR lpszName, const CFileInfo &info)ZipArchiveLib::CNameFileFilterinlineprotectedvirtual
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() const ZipArchiveLib::CFileFilterinlineprotectedvirtual
IsInverted() const ZipArchiveLib::CFileFilterinline
m_bInverted (defined in ZipArchiveLib::CFileFilter)ZipArchiveLib::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