Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 68c0c2ff89d8bf9051ff1b9773ed48e4 > files > 9491

libzypp-doc-17.9.0-1.1.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libzypp: zypp/repo/yum/Downloader.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libzypp
   &#160;<span id="projectnumber">17.9.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('yum_2Downloader_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Downloader.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="yum_2Downloader_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*---------------------------------------------------------------------\</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">|                          ____ _   __ __ ___                          |</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">|                         |__  / \ / / . \ . \                         |</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">|                           / / \ V /|  _/  _/                         |</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">|                          / /__ | | | | | |                           |</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">|                         /_____||_| |_| |_|                           |</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">|                                                                      |</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">\---------------------------------------------------------------------*/</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#ifndef ZYPP_SOURCE_YUM_DOWNLOADER</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#define ZYPP_SOURCE_YUM_DOWNLOADER</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Url_8h.html">zypp/Url.h</a>&quot;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Pathname_8h.html">zypp/Pathname.h</a>&quot;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Fetcher_8h.html">zypp/Fetcher.h</a>&quot;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="OnMediaLocation_8h.html">zypp/OnMediaLocation.h</a>&quot;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="MediaSetAccess_8h.html">zypp/MediaSetAccess.h</a>&quot;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="ProgressData_8h.html">zypp/ProgressData.h</a>&quot;</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RepoInfo_8h.html">zypp/RepoInfo.h</a>&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RepoStatus_8h.html">zypp/RepoStatus.h</a>&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Downloader_8h.html">zypp/repo/Downloader.h</a>&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="ResourceType_8h.html">zypp/repo/yum/ResourceType.h</a>&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;{</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;  <span class="keyword">namespace </span>repo</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;  {</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;    <span class="keyword">namespace </span>yum</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;    {</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1yum_1_1Downloader.html">   41</a></span>&#160;      <span class="keyword">class </span><a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html">Downloader</a> : <span class="keyword">public</span> <a class="code" href="classzypp_1_1repo_1_1Downloader.html">repo::Downloader</a></div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;      {</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;      <span class="keyword">public</span>:</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;         </div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;        <a class="code" href="classzypp_1_1repo_1_1Downloader.html#aae61733590d58214a5507dcda5333b9e">Downloader</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1RepoInfo.html">RepoInfo</a> &amp;info , <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp;delta_dir = <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a>());</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#a323985c8ec5254c2111a36e7a691ebe0">download</a>( <a class="code" href="namespaceMediaSetAccess.html">MediaSetAccess</a> &amp;media,</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;                       <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp;dest_dir,</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;                       <span class="keyword">const</span> <a class="code" href="classzypp_1_1ProgressData.html#a89143a717926c1fa891ba91f07ad7aa8">ProgressData::ReceiverFnc</a> &amp; progress = <a class="code" href="classzypp_1_1ProgressData.html#a89143a717926c1fa891ba91f07ad7aa8">ProgressData::ReceiverFnc</a>() );</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;        </div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;        <a class="code" href="classzypp_1_1RepoStatus.html">RepoStatus</a> <a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#aac19cb07dad45b3e058b2b60b90c04d5">status</a>( <a class="code" href="namespaceMediaSetAccess.html">MediaSetAccess</a> &amp;media );</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;        </div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;       <span class="keyword">protected</span>:</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#a908a5a286d698b19b5751e9e19a627c6">repomd_Callback</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1OnMediaLocation.html">OnMediaLocation</a> &amp;loc, <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1yum_1_1ResourceType.html">ResourceType</a> &amp;dtype );</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;        <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#af0d8e67608afe30280d79310736c73c4">patches_Callback</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1OnMediaLocation.html">OnMediaLocation</a> &amp;loc, <span class="keyword">const</span> std::string &amp;<span class="keywordtype">id</span> );</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;       <span class="keyword">private</span>:</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;        <span class="comment">// TODO: Use pimpl to be extensible; but breaks bincompat :(</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ad121dadba0789c924c1cfb0062504129">   76</a></span>&#160;        <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> <a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ad121dadba0789c924c1cfb0062504129">_dest_dir</a>;</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#acc3222c0be6a54f7576976ebf86bff13">   77</a></span>&#160;        <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> <a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#acc3222c0be6a54f7576976ebf86bff13">_delta_dir</a>;</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ab377789cad3f53b8bc2d7a577fe06555">   78</a></span>&#160;        std::list&lt;OnMediaLocation&gt; <a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ab377789cad3f53b8bc2d7a577fe06555">_patches_files</a>;</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;        </div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ad9082bc35995a7e0cbb417400262d8da">   80</a></span>&#160;        <a class="code" href="namespaceMediaSetAccess.html">MediaSetAccess</a> *<a class="code" href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ad9082bc35995a7e0cbb417400262d8da">_media_ptr</a>;</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;      };</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;    } <span class="comment">// ns yum</span></div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;  } <span class="comment">// ns source</span></div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;} <span class="comment">// ns zypp</span></div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="preprocessor">#endif</span></div><div class="ttc" id="Pathname_8h_html"><div class="ttname"><a href="Pathname_8h.html">Pathname.h</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html_aac19cb07dad45b3e058b2b60b90c04d5"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html#aac19cb07dad45b3e058b2b60b90c04d5">zypp::repo::yum::Downloader::status</a></div><div class="ttdeci">RepoStatus status(MediaSetAccess &amp;media)</div><div class="ttdoc">Status of the remote repository.</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8cc_source.html#l00038">Downloader.cc:38</a></div></div>
<div class="ttc" id="classzypp_1_1OnMediaLocation_html"><div class="ttname"><a href="classzypp_1_1OnMediaLocation.html">zypp::OnMediaLocation</a></div><div class="ttdoc">Describes a path on a certain media amongs as the information required to download it,...</div><div class="ttdef"><b>Definition:</b> <a href="OnMediaLocation_8h_source.html#l00039">OnMediaLocation.h:39</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html_af0d8e67608afe30280d79310736c73c4"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html#af0d8e67608afe30280d79310736c73c4">zypp::repo::yum::Downloader::patches_Callback</a></div><div class="ttdeci">bool patches_Callback(const OnMediaLocation &amp;loc, const std::string &amp;id)</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8cc_source.html#l00081">Downloader.cc:81</a></div></div>
<div class="ttc" id="ProgressData_8h_html"><div class="ttname"><a href="ProgressData_8h.html">ProgressData.h</a></div></div>
<div class="ttc" id="Fetcher_8h_html"><div class="ttname"><a href="Fetcher_8h.html">Fetcher.h</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1yum_1_1ResourceType_html"><div class="ttname"><a href="structzypp_1_1repo_1_1yum_1_1ResourceType.html">zypp::repo::yum::ResourceType</a></div><div class="ttdef"><b>Definition:</b> <a href="ResourceType_8h_source.html#l00027">ResourceType.h:27</a></div></div>
<div class="ttc" id="classzypp_1_1RepoInfo_html"><div class="ttname"><a href="classzypp_1_1RepoInfo.html">zypp::RepoInfo</a></div><div class="ttdoc">What is known about a repository.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfo_8h_source.html#l00071">RepoInfo.h:71</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html_ad9082bc35995a7e0cbb417400262d8da"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ad9082bc35995a7e0cbb417400262d8da">zypp::repo::yum::Downloader::_media_ptr</a></div><div class="ttdeci">MediaSetAccess * _media_ptr</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8h_source.html#l00080">Downloader.h:80</a></div></div>
<div class="ttc" id="classzypp_1_1ProgressData_html_a89143a717926c1fa891ba91f07ad7aa8"><div class="ttname"><a href="classzypp_1_1ProgressData.html#a89143a717926c1fa891ba91f07ad7aa8">zypp::ProgressData::ReceiverFnc</a></div><div class="ttdeci">function&lt; bool(const ProgressData &amp;)&gt; ReceiverFnc</div><div class="ttdoc">Most simple version of progress reporting The percentage in most cases.</div><div class="ttdef"><b>Definition:</b> <a href="ProgressData_8h_source.html#l00139">ProgressData.h:139</a></div></div>
<div class="ttc" id="Downloader_8h_html"><div class="ttname"><a href="Downloader_8h.html">Downloader.h</a></div></div>
<div class="ttc" id="Url_8h_html"><div class="ttname"><a href="Url_8h.html">Url.h</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1Downloader_html_aae61733590d58214a5507dcda5333b9e"><div class="ttname"><a href="classzypp_1_1repo_1_1Downloader.html#aae61733590d58214a5507dcda5333b9e">zypp::repo::Downloader::Downloader</a></div><div class="ttdeci">Downloader()</div><div class="ttdoc">Constructor.</div><div class="ttdef"><b>Definition:</b> <a href="Downloader_8cc_source.html#l00026">Downloader.cc:26</a></div></div>
<div class="ttc" id="RepoStatus_8h_html"><div class="ttname"><a href="RepoStatus_8h.html">RepoStatus.h</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html_a908a5a286d698b19b5751e9e19a627c6"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html#a908a5a286d698b19b5751e9e19a627c6">zypp::repo::yum::Downloader::repomd_Callback</a></div><div class="ttdeci">bool repomd_Callback(const OnMediaLocation &amp;loc, const ResourceType &amp;dtype)</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8cc_source.html#l00156">Downloader.cc:156</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html_ad121dadba0789c924c1cfb0062504129"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ad121dadba0789c924c1cfb0062504129">zypp::repo::yum::Downloader::_dest_dir</a></div><div class="ttdeci">Pathname _dest_dir</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8h_source.html#l00076">Downloader.h:76</a></div></div>
<div class="ttc" id="namespaceMediaSetAccess_html"><div class="ttname"><a href="namespaceMediaSetAccess.html">MediaSetAccess</a></div></div>
<div class="ttc" id="OnMediaLocation_8h_html"><div class="ttname"><a href="OnMediaLocation_8h.html">OnMediaLocation.h</a></div></div>
<div class="ttc" id="ResourceType_8h_html"><div class="ttname"><a href="ResourceType_8h.html">ResourceType.h</a></div></div>
<div class="ttc" id="MediaSetAccess_8h_html"><div class="ttname"><a href="MediaSetAccess_8h.html">MediaSetAccess.h</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html_a323985c8ec5254c2111a36e7a691ebe0"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html#a323985c8ec5254c2111a36e7a691ebe0">zypp::repo::yum::Downloader::download</a></div><div class="ttdeci">void download(MediaSetAccess &amp;media, const Pathname &amp;dest_dir, const ProgressData::ReceiverFnc &amp;progress=ProgressData::ReceiverFnc())</div><div class="ttdoc">Download metadata to a local directory.</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8cc_source.html#l00177">Downloader.cc:177</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html_ab377789cad3f53b8bc2d7a577fe06555"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html#ab377789cad3f53b8bc2d7a577fe06555">zypp::repo::yum::Downloader::_patches_files</a></div><div class="ttdeci">std::list&lt; OnMediaLocation &gt; _patches_files</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8h_source.html#l00078">Downloader.h:78</a></div></div>
<div class="ttc" id="classzypp_1_1RepoStatus_html"><div class="ttname"><a href="classzypp_1_1RepoStatus.html">zypp::RepoStatus</a></div><div class="ttdoc">Track changing files or directories.</div><div class="ttdef"><b>Definition:</b> <a href="RepoStatus_8h_source.html#l00038">RepoStatus.h:38</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1Downloader_html"><div class="ttname"><a href="classzypp_1_1repo_1_1Downloader.html">zypp::repo::Downloader</a></div><div class="ttdoc">Downloader base class.</div><div class="ttdef"><b>Definition:</b> <a href="Downloader_8h_source.html#l00032">Downloader.h:32</a></div></div>
<div class="ttc" id="RepoInfo_8h_html"><div class="ttname"><a href="RepoInfo_8h.html">RepoInfo.h</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html_acc3222c0be6a54f7576976ebf86bff13"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html#acc3222c0be6a54f7576976ebf86bff13">zypp::repo::yum::Downloader::_delta_dir</a></div><div class="ttdeci">Pathname _delta_dir</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8h_source.html#l00077">Downloader.h:77</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1yum_1_1Downloader_html"><div class="ttname"><a href="classzypp_1_1repo_1_1yum_1_1Downloader.html">zypp::repo::yum::Downloader</a></div><div class="ttdoc">Downloader for YUM (rpm-nmd) repositories Encapsulates all the knowledge of which files have to be do...</div><div class="ttdef"><b>Definition:</b> <a href="yum_2Downloader_8h_source.html#l00041">Downloader.h:41</a></div></div>
<div class="ttc" id="classzypp_1_1filesystem_1_1Pathname_html"><div class="ttname"><a href="classzypp_1_1filesystem_1_1Pathname.html">zypp::filesystem::Pathname</a></div><div class="ttdoc">Pathname.</div><div class="ttdef"><b>Definition:</b> <a href="Pathname_8h_source.html#l00043">Pathname.h:43</a></div></div>
<div class="ttc" id="namespacezypp_html"><div class="ttname"><a href="namespacezypp.html">zypp</a></div><div class="ttdoc">Easy-to use interface to the ZYPP dependency resolver.</div><div class="ttdef"><b>Definition:</b> <a href="CodePitfalls_8doc_source.html#l00001">CodePitfalls.doc:1</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_c187b43c6f283d9fc95eff3f44ce072a.html">zypp</a></li><li class="navelem"><a class="el" href="dir_87611d73de4eb3bd0276658efbbf5b67.html">repo</a></li><li class="navelem"><a class="el" href="dir_0a448ab860c6177085f893e5ef01b17e.html">yum</a></li><li class="navelem"><a class="el" href="yum_2Downloader_8h.html">Downloader.h</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
  </ul>
</div>
</body>
</html>