Go to the documentation of this file.
25 #define OUTS(VAL) if ( str::compareCI( str_r, #VAL ) == 0 ) { result_r = VAL; return true; }
38 #define OUTS(VAL) case VAL: return str << #VAL; break
46 return str <<
"DownloadMode(" << int(obj) <<
")";
Similar to DownloadInAdvance, but try to split the transaction into heaps, where at the end of each h...
DownloadMode
Supported commit download policies.
Just download all packages to the local cache.
Easy-to use interface to the ZYPP dependency resolver.
bool deserialize(const std::string &str_r, DownloadMode &result_r)
std::ostream & operator<<(std::ostream &str, const Exception &obj)
libzypp will decide what to do.
Alternating download and install.
String related utilities and Regular expression matching.
First download all packages to the local cache.