ReactOS 0.4.16-dev-59-gd481587
|
#include <CZipEnumerator.hpp>
Public Member Functions | |
CZipEnumerator () | |
bool | initialize (IZip *zip) |
bool | reset () |
bool | next_unique (PCWSTR prefix, CStringW &name, bool &folder, unz_file_info64 &info) |
bool | next (CStringW &name, unz_file_info64 &info) |
Private Attributes | |
CComPtr< IZip > | m_Zip |
bool | m_First |
CAtlList< CStringW > | m_Returned |
UINT | m_nCodePage |
Definition at line 9 of file CZipEnumerator.hpp.
|
inline |
Definition at line 17 of file CZipEnumerator.hpp.
Definition at line 23 of file CZipEnumerator.hpp.
Referenced by CZipExtract::Extract(), and CEnumZipContents::Initialize().
|
inline |
Definition at line 72 of file CZipEnumerator.hpp.
Referenced by CZipExtract::Extract().
|
inline |
Definition at line 39 of file CZipEnumerator.hpp.
Referenced by CEnumZipContents::Next(), and CEnumZipContents::Skip().
|
inline |
Definition at line 29 of file CZipEnumerator.hpp.
Referenced by initialize(), and CEnumZipContents::Reset().
|
private |
Definition at line 13 of file CZipEnumerator.hpp.
|
private |
Definition at line 15 of file CZipEnumerator.hpp.
Referenced by next().
|
private |
Definition at line 14 of file CZipEnumerator.hpp.
Referenced by next_unique(), and reset().
|
private |
Definition at line 12 of file CZipEnumerator.hpp.
Referenced by initialize(), next(), and reset().