libzypp
13.10.6
|
Go to the source code of this file.
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
Macros | |
#define | OUTS(VAL) if ( str::compareCI( str_r, #VAL ) == 0 ) { result_r = VAL; return true; } |
#define | OUTS(VAL) case VAL: return str << #VAL; break |
Functions | |
bool | zypp::deserialize (const std::string &str_r, DownloadMode &result_r) |
std::ostream & | zypp::operator<< (std::ostream &str, DownloadMode obj) |
#define OUTS | ( | VAL | ) | if ( str::compareCI( str_r, #VAL ) == 0 ) { result_r = VAL; return true; } |
#define OUTS | ( | VAL | ) | case VAL: return str << #VAL; break |