#include <iosfwd>
#include <y2util/Rep.h>
#include <y2util/Pathname.h>
Go to the source code of this file.
Classes | |
class | TmpPath |
Automaticaly deletes files or directories when no longer needed. More... | |
class | TmpFile |
Provide a new empty temporary file and delete it when no longer needed. More... | |
class | TmpDir |
Provide a new empty temporary directory and recursively delete it when no longer needed. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &str, const TmpPath &obj) |
|
Stream output as pathname. |