|
zipios
2.2.0
Zipios – a small C++ library that provides easy access to .zip files.
|
Implementation of zipios::FileCollection. More...

Go to the source code of this file.
Classes | |
| class | zipios::anonymous_namespace{filecollection.cpp}::MatchFileName |
| Class object used with the std::find_if() function. More... | |
| class | zipios::anonymous_namespace{filecollection.cpp}::MatchName |
| Class object used with the std::find_if() function. More... | |
Namespaces | |
| zipios | |
| The zipios namespace includes the Zipios library definitions. | |
| zipios::anonymous_namespace{filecollection.cpp} | |
Functions | |
| std::ostream & | zipios::operator<< (std::ostream &os, FileCollection const &collection) |
| Write a FileCollection to the output stream. More... | |
Variables | |
| char const * | zipios::anonymous_namespace{filecollection.cpp}::g_default_filename = "-" |
| A default filename for unnamed collections. More... | |
This file defines all the FileCollection functions that are not pure virtual. The file also includes documentation for all those functions.
Definition in file filecollection.cpp.
1.8.11