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

Go to the source code of this file.

Namespaces

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

Macros

#define OUTS(VAL)   if ( str::compareCI( str_r, #VAL ) == 0 ) { result_r = VAL; return true; }
 
#define OUTS(VAL)   case VAL: return str << #VAL; break
 

Functions

bool zypp::deserialize (const std::string &str_r, DownloadMode &result_r)
 
std::ostream & zypp::operator<< (std::ostream &str, DownloadMode obj)
 

Macro Definition Documentation

◆ OUTS [1/2]

#define OUTS (   VAL)    if ( str::compareCI( str_r, #VAL ) == 0 ) { result_r = VAL; return true; }

◆ OUTS [2/2]

#define OUTS (   VAL)    case VAL: return str << #VAL; break