|
libzypp
15.22.2
|
#include <iostream>#include "zypp/base/String.h"#include "zypp/ResKind.h"#include "zypp/ResTraits.h"
Go to the source code of this file.
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Macros | |
| #define | OUTS(K, S) if ( !::strncmp( str_r, ResKind::K.c_str(), S ) && str_r[S] == ':' ) return ResKind::K |
| #define OUTS | ( | K, | |
| S | |||
| ) | if ( !::strncmp( str_r, ResKind::K.c_str(), S ) && str_r[S] == ':' ) return ResKind::K |