libzypp 17.31.23
ResKind.cc File Reference
#include <iostream>
#include <zypp/base/String.h>
#include <zypp/ResKind.h>
#include <zypp/ResTraits.h>
Include dependency graph for ResKind.cc:

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
 

Macro Definition Documentation

◆ OUTS

#define OUTS (   K,
 
)    if ( !::strncmp( str_r, ResKind::K.c_str(), S ) && str_r[S] == ':' ) return ResKind::K