#include <iosfwd>
#include <zypp-core/Pathname.h>
#include <zypp-core/base/PtrTypes.h>
#include <zypp-core/ManagedFile.h>
Go to the source code of this file.
|
| namespace | zypp |
| | Easy-to use interface to the ZYPP dependency resolver.
|
| |
| namespace | zypp::filesystem |
| | Types and functions for filesystem operations.
|
| |
|
| std::ostream & | zypp::filesystem::operator<< (std::ostream &str, const TmpPath &obj) |
| | Stream output as pathname.
|
| |
| Pathname | zypp::myTmpDir () |
| | Global access to the zypp.TMPDIR (created on demand, deleted when libzypp is unloaded)
|
| |