zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Classes | Namespaces | Macros | Functions
filepath.hpp File Reference

Define the zipios::FilePath class. More...

#include "zipios++/zipios-config.hpp"
#include <ctime>
#include <string>
Include dependency graph for filepath.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zipios::FilePath
 Handle a file path and name and its statistics. More...
 

Namespaces

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

Macros

#define ZIPIOS_FILEPATH_HPP
 

Functions

std::ostream & zipios::operator<< (std::ostream &os, FilePath const &path)
 Print out a FilePath. More...
 

Detailed Description

zipios::FilePath is used to manage paths and filenames to files and directories.

It is used by the zipios::FileEntry to represent the virtual filename that the virtual file has.

Definition in file filepath.hpp.

Macro Definition Documentation

#define ZIPIOS_FILEPATH_HPP

Definition at line 3 of file filepath.hpp.