zipios++
2.0.2
Zipios++ – a small C++ library that provides 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 | |
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... | |
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.