libzypp  13.10.6
DownloadMode.cc File Reference
#include <iostream>
#include "zypp/base/String.h"
#include "zypp/DownloadMode.h"

Go to the source code of this file.

Namespaces

 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

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