libzypp  11.13.5
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)

Detailed Description

Definition in file DownloadMode.cc.


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