#include <iostream>
#include <zypp/base/String.h>
#include <zypp/DownloadMode.h>
Go to the source code of this file.
|
namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
|
#define | OUTS(VAL) if ( str::compareCI( str_r, #VAL ) == 0 ) { result_r = VAL; return true; } |
|
#define | OUTS(VAL) case VAL: return str << #VAL; break |
|
◆ OUTS [1/2]
#define OUTS |
( |
|
VAL | ) |
if ( str::compareCI( str_r, #VAL ) == 0 ) { result_r = VAL; return true; } |
◆ OUTS [2/2]
#define OUTS |
( |
|
VAL | ) |
case VAL: return str << #VAL; break |