12 #ifndef ZYPP_TMPPATH_H 13 #define ZYPP_TMPPATH_H 64 explicit operator bool()
const;
106 inline std::ostream &
108 {
return str << static_cast<Pathname>(obj); }
135 const std::string & prefix_r = defaultPrefix() );
156 static const std::string &
185 const std::string & prefix_r = defaultPrefix() );
200 static const std::string &
212 #endif // ZYPP_TMPPATH_H
bool autoCleanup() const
Whether path is valid and deleted when the last reference drops.
String related utilities and Regular expression matching.
static const Pathname & defaultLocation()
Provide a new empty temporary file and delete it when no longer needed.
Clean or delete a directory on destruction.
Provide a new empty temporary directory and recursively delete it when no longer needed.
Pathname myTmpDir()
Global access to the zypp.TMPDIR (created on demand, deleted when libzypp is unloaded) ...
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Automaticaly deletes files or directories when no longer needed.
std::ostream & operator<<(std::ostream &str, const Glob &obj)
Easy-to use interface to the ZYPP dependency resolver.