Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation
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() (defined in CZipCentralDir)CZipCentralDirinlineprotected
Close()CZipCentralDir
CloseFile(bool skipCheckingDataDescriptor=false)CZipCentralDir
CloseNewFile()CZipCentralDir
CompareElement(LPCTSTR lpszFileName, ZIP_INDEX_TYPE uIndex) const CZipCentralDirinlineprotected
CompareFindFastCollate(const void *pArg1, const void *pArg2) (defined in CZipCentralDir)CZipCentralDirinlineprotectedstatic
CompareFindFastCollateNoCase(const void *pArg1, const void *pArg2) (defined in CZipCentralDir)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) const CZipCentralDir
GetArchive() (defined in CZipCentralDir)CZipCentralDirinline
GetComment(CZipString &szComment) const CZipCentralDir
GetCount() const CZipCentralDirinline
GetFindFastIndex(ZIP_INDEX_TYPE uFindFastIndex) const CZipCentralDirinline
GetInfo(CInfo &info) const CZipCentralDirinline
GetLastIndexAdded() const CZipCentralDirinline
GetSize(bool bWhole=false) const CZipCentralDir
GetStorage()CZipCentralDirinline
GetStringStoreSettings() const CZipCentralDir
GetUnicodeMode() const CZipCentralDirinline
Init(CZipCentralDir *pSource=NULL)CZipCentralDir
InitOnCreate(CZipArchive *pArchive)CZipCentralDir
InsertFindFastElement(CZipFileHeader *pHeader, ZIP_INDEX_TYPE uIndex)CZipCentralDirprotected
IsAnyFileModified() const CZipCentralDir
IsConsistencyCheckOn(int iLevel)CZipCentralDirinline
IsFindFastEnabled()CZipCentralDirinline
IsValidIndex(ZIP_INDEX_TYPE uIndex) const CZipCentralDir
LocateSignature() (defined in CZipCentralDir)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) const CZipCentralDirinline
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) const CZipCentralDir
UnlockAccess()CZipCentralDirinlineprotected
Write()CZipCentralDir
WriteCentralEnd()CZipCentralDirprotected
WriteCentralEnd64()CZipCentralDirprotected
WriteHeaders(bool bOneDisk)CZipCentralDirprotected
~CZipCentralDir() (defined in CZipCentralDir)CZipCentralDirvirtual
Back To Top Up