|
zipios 2.3.4
Zipios -- a small C++ library providing easy access to .zip files.
|
Define the zipios::FileCollection class. More...
#include "zipios/fileentry.hpp"

Go to the source code of this file.
Classes | |
| class | zipios::FileCollection |
| Base class for various file collections. More... | |
Namespaces | |
| namespace | zipios |
| The zipios namespace includes the Zipios library definitions. | |
Macros | |
| #define | ZIPIOS_FILECOLLECTION_HPP |
Functions | |
| std::ostream & | zipios::operator<< (std::ostream &os, FileCollection const &collection) |
| Write a FileCollection to the output stream. | |
This object holds a vector of zipios::FileEntry objects representing a Zip archive or an on disk directory of files.
Definition in file filecollection.hpp.
| #define ZIPIOS_FILECOLLECTION_HPP |
Definition at line 3 of file filecollection.hpp.