Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation
The ZipArchive Library
CZipCentralDir Member List

This is the complete list of members for CZipCentralDir, including all inherited members.

AddNewFile(const CZipFileHeader &header, ZIP_INDEX_TYPE uReplaceIndex, int iLevel, bool bRichHeaderTemplateCopy=false)CZipCentralDir
BuildFindFastArray(bool bCaseSensitive)CZipCentralDirprotected
ClearFindFastArray()CZipCentralDirinlineprotected
Close()CZipCentralDir
CloseFile(bool skipCheckingDataDescriptor=false)CZipCentralDir
CloseNewFile()CZipCentralDir
CompareElement(LPCTSTR lpszFileName, ZIP_INDEX_TYPE uIndex) constCZipCentralDirinlineprotected
CompareFindFastCollate(const void *pArg1, const void *pArg2)CZipCentralDirinlineprotectedstatic
CompareFindFastCollateNoCase(const void *pArg1, const void *pArg2)CZipCentralDirinlineprotectedstatic
CompareHeaders(const void *pArg1, const void *pArg2)CZipCentralDirinlineprotectedstatic
CreateSharedData()CZipCentralDirprotected
CZipCentralDir() (defined in CZipCentralDir)CZipCentralDir
DestroySharedData()CZipCentralDirprotected
EnableFindFast(bool bEnable, bool bCaseSensitive)CZipCentralDir
FindFile(LPCTSTR lpszFileName, bool bCaseSensitive, bool bSporadically, bool bFileNameOnly)CZipCentralDir
FindFileNameIndex(LPCTSTR lpszFileName) constCZipCentralDir
GetArchive()CZipCentralDirinline
GetComment(CZipString &szComment) constCZipCentralDir
GetCount() constCZipCentralDirinline
GetFindFastIndex(ZIP_INDEX_TYPE uFindFastIndex) constCZipCentralDirinline
GetInfo(CInfo &info) constCZipCentralDirinline
GetLastIndexAdded() constCZipCentralDirinline
GetSize(bool bWhole=false) constCZipCentralDir
GetStorage()CZipCentralDirinline
GetStringStoreSettings() constCZipCentralDir
GetTimeZoneOffset()CZipCentralDir
GetUnicodeMode() constCZipCentralDirinline
Init(CZipCentralDir *pSource=NULL)CZipCentralDir
InitOnCreate(CZipArchive *pArchive)CZipCentralDir
InsertFindFastElement(CZipFileHeader *pHeader, ZIP_INDEX_TYPE uIndex)CZipCentralDirprotected
IsAnyFileModified() constCZipCentralDir
IsConsistencyCheckOn(int iLevel)CZipCentralDirinline
IsFindFastEnabled()CZipCentralDirinline
IsValidIndex(ZIP_INDEX_TYPE uIndex) constCZipCentralDir
LocateSignature()CZipCentralDir
LockAccess()CZipCentralDirinlineprotected
m_gszSignatureCZipCentralDirstatic
m_gszSignature64CZipCentralDirstatic
m_gszSignature64LocatorCZipCentralDirstatic
m_iIgnoredChecksCZipCentralDir
m_iUnicodeModeCZipCentralDirprotected
m_pArchiveCZipCentralDirprotected
m_pFindArrayCZipCentralDirprotected
m_pHeadersCZipCentralDirprotected
m_pInfoCZipCentralDirprotected
m_pOpenedFileCZipCentralDir
m_pStorageCZipCentralDirprotected
m_specialFlagsCZipCentralDir
OnFileCentralChange()CZipCentralDir
OnFileNameChange(CZipFileHeader *pHeader, bool bInCentralOnly)CZipCentralDir
OpenFile(ZIP_INDEX_TYPE uIndex)CZipCentralDir
operator[](ZIP_INDEX_TYPE uIndex)CZipCentralDirinline
operator[](ZIP_INDEX_TYPE uIndex) constCZipCentralDirinline
Read()CZipCentralDir
ReadHeaders()CZipCentralDirprotected
ReadZip64Info()CZipCentralDirprotected
RebuildFindFastArray()CZipCentralDirinline
RemoveAll()CZipCentralDir
RemoveDataDescr(bool bFromBuffer)CZipCentralDirprotected
RemoveFile(CZipFileHeader *pHeader, ZIP_INDEX_TYPE uIndex=ZIP_FILE_INDEX_UNSPECIFIED, bool bShift=true)CZipCentralDir
RemoveFindFastElement(CZipFileHeader *pHeader, bool bShift)CZipCentralDirprotected
RemoveFromDisk()CZipCentralDir
RemoveHeaders()CZipCentralDirprotected
RemoveLastFile(CZipFileHeader *pHeader=NULL, ZIP_INDEX_TYPE uIndex=ZIP_FILE_INDEX_UNSPECIFIED)CZipCentralDir
SetComment(LPCTSTR lpszComment, UINT codePage)CZipCentralDir
SetUnicodeMode(int iMode)CZipCentralDirinline
ThrowError(int err) constCZipCentralDir
UnlockAccess()CZipCentralDirinlineprotected
Write()CZipCentralDir
WriteCentralEnd()CZipCentralDirprotected
WriteCentralEnd64()CZipCentralDirprotected
WriteHeaders(bool bOneDisk)CZipCentralDirprotected
~CZipCentralDir() (defined in CZipCentralDir)CZipCentralDirvirtual
Back To Top Up