zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Classes | Namespaces | Macros | Functions
filecollection.hpp File Reference

Define the zipios::FileCollection class. More...

#include "zipios++/fileentry.hpp"
Include dependency graph for filecollection.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Macro Definition Documentation

#define ZIPIOS_FILECOLLECTION_HPP

Definition at line 3 of file filecollection.hpp.