libzypp  11.13.5
zypp::repo::yum Namespace Reference

Classes

class  Downloader
 Downloader for YUM (rpm-nmd) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk. More...
struct  ResourceType

Functions

static OnMediaLocation loc_with_path_prefix (const OnMediaLocation &loc, const Pathname &prefix)
static Pathname search_deltafile (const Pathname &dir, const Pathname &file)
std::ostream & operator<< (std::ostream &str, const ResourceType &obj)
bool operator== (const ResourceType &obj1, const ResourceType &obj2)

Variables

static std::map< std::string,
ResourceType::Type
_table

Function Documentation

static OnMediaLocation zypp::repo::yum::loc_with_path_prefix ( const OnMediaLocation &  loc,
const Pathname &  prefix 
)
static

Definition at line 49 of file Downloader.cc.

static Pathname zypp::repo::yum::search_deltafile ( const Pathname &  dir,
const Pathname &  file 
)
static

Definition at line 61 of file Downloader.cc.

std::ostream& zypp::repo::yum::operator<< ( std::ostream &  str,
const ResourceType &  obj 
)
inline

Definition at line 73 of file ResourceType.h.

bool zypp::repo::yum::operator== ( const ResourceType &  obj1,
const ResourceType &  obj2 
)
inline

Definition at line 76 of file ResourceType.h.


Variable Documentation

std::map<std::string,ResourceType::Type> zypp::repo::yum::_table
static

Definition at line 23 of file ResourceType.cc.