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

Go to the source code of this file.
| Namespaces | |
| namespace | zipios | 
| The zipios namespace includes the Zipios library definitions. | |
| namespace | zipios::anonymous_namespace{filepath.cpp} | 
| Functions | |
| std::ostream & | zipios::operator<< (std::ostream &os, FilePath const &path) | 
| Print out a FilePath. | |
| bool | zipios::operator== (char const *lhs, FilePath const &rhs) | 
| Check whether two FilePath represent the same file. | |
| bool | zipios::operator== (std::string const &lhs, FilePath const &rhs) | 
| Check whether two FilePath represent the same file. | |
| std::string | zipios::anonymous_namespace{filepath.cpp}::pruneTrailingSeparator (std::string path) | 
| Prune the trailing separator if present. | |
This file includes the zipios::FilePath implementation which makes it a little easier to handle the stat() system call on any file for any system.
Definition in file filepath.cpp.