zipios 2.2.0
Zipios -- a small C++ library that provides easy access to .zip files.
directoryentry.hpp File Reference

Define the zipios::DirectoryEntry class. More...

Include dependency graph for directoryentry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zipios::DirectoryEntry
 A file entry that does not use compression. More...

Namespaces

namespace  zipios
 The zipios namespace includes the Zipios library definitions.

Macros

#define ZIPIOS_DIRECTORYENTRY_HPP

Detailed Description

This file declares the zipios::DirectoryEntry class which is used to handle zipios::FileEntry that are found when reading a directory on disk.

See also
zipios::DirectoryCollection

Definition in file directoryentry.hpp.

Macro Definition Documentation

◆ ZIPIOS_DIRECTORYENTRY_HPP

#define ZIPIOS_DIRECTORYENTRY_HPP

Definition at line 3 of file directoryentry.hpp.