libzypp  17.38.7
DownloadMode.h File Reference
#include <iosfwd>
#include <zypp-core/Globals.h>
Include dependency graph for DownloadMode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Enumerations

enum  zypp::DownloadMode {
  zypp::DownloadDefault, zypp::DownloadOnly, zypp::DownloadInAdvance, zypp::DownloadInHeaps,
  zypp::DownloadAsNeeded
}
 Supported commit download policies. More...
 

Functions

bool zypp::deserialize (const std::string &str_r, DownloadMode &result_r)
 relates: DownloadMode Parse from string. More...
 
DownloadMode zypp::deserializeDownloadMode (const std::string &str_r)
 relates: DownloadMode Parse from string. More...
 
std::ostream & zypp::operator<< (std::ostream &str, DownloadMode obj) ZYPP_API
 relates: DownloadMode Stream output. More...