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

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

Accept(LPCTSTR lpszParentDir, LPCTSTR lpszName, const CFileInfo &info)ZipArchiveLib::CGroupFileFilterprotectedvirtual
ZipArchiveLib::CFileFilter::Accept(LPCTSTR ZIP_UNUSED lpszParentDir, LPCTSTR ZIP_UNUSED lpszName, const CFileInfo &ZIP_UNUSED info)ZipArchiveLib::CFileFilterinlineprotectedvirtual
Add(CFileFilter *pFilter)ZipArchiveLib::CGroupFileFilterinline
And enum valueZipArchiveLib::CGroupFileFilter
CFileFilter(bool bInverted=false)ZipArchiveLib::CFileFilterinline
CGroupFileFilter(GroupType groupType=CGroupFileFilter::And, bool bAutoDelete=true, bool bInverted=false)ZipArchiveLib::CGroupFileFilterinline
Clear()ZipArchiveLib::CGroupFileFilterinline
Evaluate(LPCTSTR lpszParentDir, LPCTSTR lpszName, const CFileInfo &info)ZipArchiveLib::CFileFilterinline
GetAt(ZIP_ARRAY_SIZE_TYPE uIndex)ZipArchiveLib::CGroupFileFilterinline
GetAt(ZIP_ARRAY_SIZE_TYPE uIndex) constZipArchiveLib::CGroupFileFilterinline
GetSize()ZipArchiveLib::CGroupFileFilterinline
GetType() constZipArchiveLib::CGroupFileFilterinline
GroupType enum nameZipArchiveLib::CGroupFileFilter
HandlesFile(const CFileInfo &info)ZipArchiveLib::CGroupFileFilterinlinevirtual
HandlesInversion() constZipArchiveLib::CGroupFileFilterinlineprotectedvirtual
IsAutoDelete() constZipArchiveLib::CGroupFileFilterinline
IsInverted() constZipArchiveLib::CFileFilterinline
m_bAutoDeleteZipArchiveLib::CGroupFileFilterprotected
m_bInvertedZipArchiveLib::CFileFilterprotected
m_iTypeZipArchiveLib::CGroupFileFilterprotected
operator[](ZIP_ARRAY_SIZE_TYPE uIndex) constZipArchiveLib::CGroupFileFilterinline
operator[](ZIP_ARRAY_SIZE_TYPE uIndex)ZipArchiveLib::CGroupFileFilterinline
Or enum valueZipArchiveLib::CGroupFileFilter
RemoveAt(ZIP_ARRAY_SIZE_TYPE uIndex)ZipArchiveLib::CGroupFileFilterinline
SetAutoDelete(bool bAutoDelete)ZipArchiveLib::CGroupFileFilterinline
SetInverted(bool bInverted=true)ZipArchiveLib::CFileFilterinline
SetType(GroupType iType)ZipArchiveLib::CGroupFileFilterinline
~CFileFilter() (defined in ZipArchiveLib::CFileFilter)ZipArchiveLib::CFileFilterinlinevirtual
~CGroupFileFilter() (defined in ZipArchiveLib::CGroupFileFilter)ZipArchiveLib::CGroupFileFilterinline
Back To Top Up