zipios 2.3.4
Zipios -- a small C++ library providing 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 | |
namespace | zipios |
The zipios namespace includes the Zipios library definitions. | |
namespace | zipios::anonymous_namespace{filecollection.cpp} |
Functions | |
std::ostream & | zipios::operator<< (std::ostream &os, FileCollection const &collection) |
Write a FileCollection to the output stream. | |
Variables | |
char const * | zipios::anonymous_namespace{filecollection.cpp}::g_default_filename = "-" |
A default filename for unnamed collections. | |
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.