14 #include <zypp/base/String.h> 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) <<
")";
Alternating download and install.
First download all packages to the local cache.
std::ostream & operator<<(std::ostream &str, const InputStream &obj)
String related utilities and Regular expression matching.
Similar to DownloadInAdvance, but try to split the transaction into heaps, where at the end of each h...
Just download all packages to the local cache.
libzypp will decide what to do.
bool deserialize(const std::string &str_r, DownloadMode &result_r)
Easy-to use interface to the ZYPP dependency resolver.
DownloadMode
Supported commit download policies.