zipios 2.3.4
Zipios -- a small C++ library providing easy access to .zip files.
|
Implementation of zipios::FileEntry. More...
Go to the source code of this file.
Namespaces | |
namespace | zipios |
The zipios namespace includes the Zipios library definitions. | |
Functions | |
std::ostream & | zipios::operator<< (std::ostream &os, FileEntry const &entry) |
Output an entry as a string to a stream. | |
This file includes the implementation of the zipios::FileEntry. Many of the functions in zipios::FileEntry are pure virtual so only their documentation appears here.
zipios::FileEntry is used to build collections of files.
Definition in file fileentry.cpp.