libzypp 17.38.1
TmpPath.h File Reference
#include <iosfwd>
#include <zypp-core/Pathname.h>
#include <zypp-core/base/PtrTypes.h>
#include <zypp-core/ManagedFile.h>
Include dependency graph for TmpPath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::filesystem::TmpPath
 Automatically 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

namespace  zypp
namespace  zypp::filesystem
 Types and functions for filesystem operations.

Functions

Pathname zypp::myTmpDir () ZYPP_API
 Global access to the zypp.TMPDIR (created on demand, deleted when libzypp is unloaded).