libzypp 17.31.23
|
#include <iostream>
#include <zypp/base/String.h>
#include <zypp/ResKind.h>
#include <zypp/ResTraits.h>
Go to the source code of this file.
Namespaces | |
namespace | 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 |