libzypp  16.22.5
ResolverFocus.cc File Reference
#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/base/String.h"
#include "zypp/base/Exception.h"
#include "zypp/ResolverFocus.h"
Include dependency graph for ResolverFocus.cc:

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 

Macros

#define OUTS(V)   case ResolverFocus::V: return #V; break
 
#define OUTS(V)   if ( ::strcasecmp( val_r.c_str(), #V ) == 0 ) { ret_r = ResolverFocus::V; return true; }
 

Functions

std::string zypp::asString (const ResolverFocus &val_r)
 
bool zypp::fromString (const std::string &val_r, ResolverFocus &ret_r)
 

Macro Definition Documentation

#define OUTS (   V)    case ResolverFocus::V: return #V; break
#define OUTS (   V)    if ( ::strcasecmp( val_r.c_str(), #V ) == 0 ) { ret_r = ResolverFocus::V; return true; }