| 
    zipios++
    2.0.2
    
   Zipios++ – a small C++ library that provides easy access to .zip files. 
   | 
 
Implementation of zipios::ZipCentralDirectoryEntry. More...
#include "zipcentraldirectoryentry.hpp"#include "zipios++/zipiosexceptions.hpp"#include "dostime.h"#include "zipios_common.hpp"
Go to the source code of this file.
Classes | |
| struct | zipios::anonymous_namespace{zipcentraldirectoryentry.cpp}::ZipCentralDirectoryEntryHeader | 
| The header of a ZipCentralDirectoryEntry in a Zip archive.  More... | |
Namespaces | |
| zipios | |
| The zipios namespace includes the Zipios++ library definitions.  | |
| zipios::anonymous_namespace{zipcentraldirectoryentry.cpp} | |
This file includes the implementation of the zipios::ZipCentralDirectoryEntry which is a zipios::FileEntry used when reading the central directory of a Zip archive.
Definition in file zipcentraldirectoryentry.cpp.
 1.8.6