ReactOS 0.4.15-dev-5865-g640e228
|
#include <CZipEnumerator.hpp>
Public Member Functions | |
CZipEnumerator () | |
bool | initialize (IZip *zip) |
bool | reset () |
bool | next_unique (const char *prefix, CStringA &name, bool &folder, unz_file_info64 &info) |
bool | next (CStringA &name, unz_file_info64 &info) |
Private Attributes | |
CComPtr< IZip > | m_Zip |
bool | m_First |
CAtlList< CStringA > | m_Returned |
Definition at line 8 of file CZipEnumerator.hpp.
|
inline |
Definition at line 15 of file CZipEnumerator.hpp.
Definition at line 20 of file CZipEnumerator.hpp.
Referenced by CZipExtract::Extract(), and CEnumZipContents::Initialize().
|
inline |
Definition at line 69 of file CZipEnumerator.hpp.
Referenced by CZipExtract::Extract().
|
inline |
Definition at line 36 of file CZipEnumerator.hpp.
Referenced by CEnumZipContents::Next(), and CEnumZipContents::Skip().
|
inline |
Definition at line 26 of file CZipEnumerator.hpp.
Referenced by initialize(), and CEnumZipContents::Reset().
|
private |
Definition at line 12 of file CZipEnumerator.hpp.
|
private |
Definition at line 13 of file CZipEnumerator.hpp.
Referenced by next_unique(), and reset().
|
private |
Definition at line 11 of file CZipEnumerator.hpp.
Referenced by initialize(), next(), and reset().