|
zipios 2.3.4
Zipios -- a small C++ library providing easy access to .zip files.
|
Define the zipios::FilePath class. More...


Go to the source code of this file.
Classes | |
| class | zipios::FilePath |
| Handle a file path and name and its statistics. More... | |
Namespaces | |
| namespace | 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. | |
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.
| #define ZIPIOS_FILEPATH_HPP |
Definition at line 3 of file filepath.hpp.