|
libzypp
15.22.2
|


Go to the source code of this file.
Classes | |
| class | zypp::filesystem::TmpPath |
| Automaticaly deletes files or directories when no longer needed. More... | |
| class | zypp::filesystem::TmpFile |
| Provide a new empty temporary file and delete it when no longer needed. More... | |
| class | zypp::filesystem::TmpDir |
| Provide a new empty temporary directory and recursively delete it when no longer needed. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::filesystem | |
| Types and functions for filesystem operations. | |
Functions | |
| std::ostream & | zypp::filesystem::operator<< (std::ostream &str, const TmpPath &obj) |
| Stream output as pathname. More... | |