libzypp  16.22.5
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

 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

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