Public Member Functions | List of all members
ZipFile::RecursiveZipFileIterator Class Reference

Recursive iterator into a zip file. More...

#include <ZipFile.hpp>

Collaboration diagram for ZipFile::RecursiveZipFileIterator:
[legend]

Public Member Functions

bool hasNext () const
 Returns true if there is another item available in the iterator. More...
 
ZipEntry next ()
 Get the next item in the iterator. More...
 

Detailed Description

Recursive iterator into a zip file.

Member Function Documentation

◆ hasNext()

bool hasNext ( ) const
inline

Returns true if there is another item available in the iterator.

◆ next()

ZipEntry next ( )
inline

Get the next item in the iterator.


The documentation for this class was generated from the following file: