compressionlibs/ziplib/inc/zipfilememberiterator.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    30 An iterator class for iterating though all the entries in the archive.
    30 An iterator class for iterating though all the entries in the archive.
    31 
    31 
    32 @publishedAll
    32 @publishedAll
    33 @released
    33 @released
    34 */
    34 */
    35 class CZipFileMemberIterator // codescanner::missingcclass
    35 class CZipFileMemberIterator
    36 	{
    36 	{
    37 friend class CZipFile;
    37 friend class CZipFile;
    38 
    38 
    39 public:
    39 public:
    40 	IMPORT_C CZipFileMember* NextL(void);
    40 	IMPORT_C CZipFileMember* NextL(void);