zipios++
2.0.2
Zipios++ – a small C++ library that provides 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 | |
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. More... | |
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.