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

Implementation of zipios::FileEntry. More...

#include "zipios++/fileentry.hpp"
#include "dostime.h"
#include "zipios++/zipiosexceptions.hpp"
#include "zipios_common.hpp"
Include dependency graph for fileentry.cpp:

Go to the source code of this file.

Namespaces

 zipios
 The zipios namespace includes the Zipios++ library definitions.
 

Functions

std::ostream & zipios::operator<< (std::ostream &os, FileEntry const &entry)
 Output an entry as a string to a stream. More...
 

Detailed Description

This file includes the implementation of the Fzipios::ileEntry. Many of the functions in zipios::FileEntry are pure virtual so only their documentation appears here.

zipios::FileEntry is used to build collections of files.

Definition in file fileentry.cpp.