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

Implementation of the zipios::ZipOutputStreambuf class. More...

#include "zipoutputstreambuf.hpp"
#include "zipios++/zipiosexceptions.hpp"
#include "ziplocalentry.hpp"
#include "zipendofcentraldirectory.hpp"
Include dependency graph for zipoutputstreambuf.cpp:

Go to the source code of this file.

Namespaces

 zipios
 The zipios namespace includes the Zipios++ library definitions.
 
 zipios::anonymous_namespace{zipoutputstreambuf.cpp}
 

Functions

void zipios::anonymous_namespace{zipoutputstreambuf.cpp}::writeZipCentralDirectory (std::ostream &os, FileEntry::vector_t &entries, std::string const &comment)
 Help function used to write the central directory. More...
 

Detailed Description

This file includes the functions necessary to write data to a Zip archive.

Definition in file zipoutputstreambuf.cpp.