zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Classes | Variables
zipios::anonymous_namespace{filecollection.cpp} Namespace Reference

Classes

class  MatchFileName
 Class object used with the std::find_if() function. More...
 
class  MatchName
 Class object used with the std::find_if() function. More...
 

Variables

char const * g_default_filename = "-"
 A default filename for unnamed collections. More...
 

Variable Documentation

char const* zipios::anonymous_namespace{filecollection.cpp}::g_default_filename = "-"

This string represents the default m_filename value when a collection is created without a filename.

Definition at line 50 of file filecollection.cpp.

Referenced by zipios::FileCollection::close().