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

Implementation of zipios::FileCollection. More...

#include "zipios++/filecollection.hpp"
#include "zipios++/zipiosexceptions.hpp"
#include <algorithm>
Include dependency graph for filecollection.cpp:

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

Detailed Description

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.