#include <iosfwd>#include "zypp/Pathname.h"#include "zypp/base/PtrTypes.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::filesystem |
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... | |
Functions | |
| std::ostream & | zypp::filesystem::operator<< (std::ostream &str, const TmpPath &obj) |
| Stream output as pathname. | |
Definition in file TmpPath.h.
1.4.6