ziphead.cpp(3) | Library Functions Manual | ziphead.cpp(3) |
NAME
ziphead.cpp - Implementation of routines for reading the central directory and local headers of a zip archive.
SYNOPSIS
#include 'zipios++/zipios-config.h'
#include 'zipios++/meta-iostreams.h'
#include <iterator>
#include <string>
#include <cassert>
#include 'zipios_common.h'
#include 'zipios++/ziphead.h'
#include 'zipios++/zipheadio.h'
#include 'zipios++/zipios_defs.h'
#include 'outputstringstream.h'
Functions
bool zipios::operator== (const ZipLocalEntry
&zlh, const ZipCDirEntry &ze)
Detailed Description
Implementation of routines for reading the central directory and local headers of a zip archive.
Definition in file ziphead.cpp.
Function Documentation
bool zipios::operator== (const ZipLocalEntry & zlh, const ZipCDirEntry & ze)
Definition at line 20 of file ziphead.cpp.
Author
Generated automatically by Doxygen for Zipios++ from the source code.
Zipios++ |