Sophie

Sophie

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

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/ServiceInfo.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('ServiceInfo_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">ServiceInfo.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="ServiceInfo_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="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#ifndef ZYPP_SERVICE_H</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#define ZYPP_SERVICE_H</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#include &lt;set&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno">   18</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="l00019"></a><span class="lineno">   19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Iterable_8h.html">zypp/base/Iterable.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="ServiceType_8h.html">zypp/repo/ServiceType.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="RepoInfo_8h.html">zypp/RepoInfo.h</a>&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="Date_8h.html">zypp/Date.h</a>&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></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;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html">   36</a></span>&#160;  <span class="keyword">class </span><a class="code" href="classzypp_1_1ServiceInfo.html">ServiceInfo</a> : <span class="keyword">public</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html">repo::RepoInfoBase</a></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;  {</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;    <a class="code" href="classzypp_1_1ServiceInfo.html#a424abf52afa2ba2affd25510d17692a5">ServiceInfo</a>();</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    <a class="code" href="classzypp_1_1ServiceInfo.html#a424abf52afa2ba2affd25510d17692a5">ServiceInfo</a>( <span class="keyword">const</span> std::string &amp; <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a> );</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    <a class="code" href="classzypp_1_1ServiceInfo.html#a424abf52afa2ba2affd25510d17692a5">ServiceInfo</a>( <span class="keyword">const</span> std::string &amp; <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>, <span class="keyword">const</span> <a class="code" href="classzypp_1_1Url.html">Url</a>&amp; <a class="code" href="classzypp_1_1ServiceInfo.html#a82278688431ad6fae86d60e600bb4133">url</a> );</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    <span class="keyword">virtual</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a33b85b67b6374c383b0fe4cf37d21a1a">~ServiceInfo</a>();</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#aeeef0c6891130014c03f422b1eeecf69">   61</a></span>&#160;    <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classzypp_1_1ServiceInfo.html">ServiceInfo</a> <a class="code" href="classzypp_1_1ServiceInfo.html#aeeef0c6891130014c03f422b1eeecf69">noService</a>;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    <a class="code" href="classzypp_1_1Url.html">Url</a> <a class="code" href="classzypp_1_1ServiceInfo.html#a82278688431ad6fae86d60e600bb4133">url</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <a class="code" href="classzypp_1_1Url.html">Url</a> <a class="code" href="classzypp_1_1ServiceInfo.html#aaf984dd9437b07f2b15591fa41e1d5c4">rawUrl</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#ad3099b8c499e7f2dcb9426c944f44d0a">setUrl</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1Url.html">Url</a>&amp; <a class="code" href="classzypp_1_1ServiceInfo.html#a82278688431ad6fae86d60e600bb4133">url</a> );</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;    <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">repo::ServiceType</a> <a class="code" href="classzypp_1_1ServiceInfo.html#a1886497ecd1fccf10e86071640b75888">type</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a22eadd3016962ea9ae04dcaf09250fff">setType</a>( <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">repo::ServiceType</a> &amp; <a class="code" href="classzypp_1_1ServiceInfo.html#a1886497ecd1fccf10e86071640b75888">type</a> );</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#aa19490e0d01b34cd328ae297bbaa319e">setProbedType</a>( <span class="keyword">const</span> <a class="code" href="structzypp_1_1repo_1_1ServiceType.html">repo::ServiceType</a> &amp; t ) <span class="keyword">const</span>;</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;    <a class="code" href="classzypp_1_1Date.html#a12dbb9690dca8e87337ad792c5e5c67c">Date::Duration</a> <a class="code" href="classzypp_1_1ServiceInfo.html#a2181e53193166ebccbf81ab0141cbe75">ttl</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#aa2e6756b590f37482331e667047b5ebb">setTtl</a>( <a class="code" href="classzypp_1_1Date.html#a12dbb9690dca8e87337ad792c5e5c67c">Date::Duration</a> ttl_r );</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a0c033dfae2f03dae22f5acbc24d8d259">setProbedTtl</a>( <a class="code" href="classzypp_1_1Date.html#a12dbb9690dca8e87337ad792c5e5c67c">Date::Duration</a> ttl_r ) <span class="keyword">const</span>;</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    <a class="code" href="classzypp_1_1Date.html">Date</a> <a class="code" href="classzypp_1_1ServiceInfo.html#a2a5935a8da3eec5ed321faf97c020a45">lrf</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a229945a05c3530f34d35e6c24d5cf807">setLrf</a>( <a class="code" href="classzypp_1_1Date.html">Date</a> lrf_r );</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#a99ce361c63532be69d3aaf4c991de29b">  115</a></span>&#160;<span class="comment"></span>    <span class="keyword">typedef</span> std::set&lt;std::string&gt; <a class="code" href="classzypp_1_1ServiceInfo.html#a99ce361c63532be69d3aaf4c991de29b">ReposToEnable</a>;</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;    <span class="keywordtype">bool</span>                          <a class="code" href="classzypp_1_1ServiceInfo.html#a80bb4170d87c145902eecb088517801a">reposToEnableEmpty</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;    <a class="code" href="namespacezypp_1_1sat_1_1detail.html#ac0d3ca93132eee14b022898f23b49d07">ReposToEnable::size_type</a>      <a class="code" href="classzypp_1_1ServiceInfo.html#a10719bc351ad79a31202cdf5b7a481ec">reposToEnableSize</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;    ReposToEnable::const_iterator <a class="code" href="classzypp_1_1ServiceInfo.html#a1e70951bdae3ae65b952c7956b23e44f">reposToEnableBegin</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;    ReposToEnable::const_iterator <a class="code" href="classzypp_1_1ServiceInfo.html#a4630328a472637841a126ce40041dcea">reposToEnableEnd</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#aba4261622f0625d5a9b82b0f849f6f49">  120</a></span>&#160;    <a class="code" href="classzypp_1_1Iterable.html">Iterable&lt;ReposToEnable::const_iterator&gt;</a> <a class="code" href="classzypp_1_1ServiceInfo.html#aba4261622f0625d5a9b82b0f849f6f49">reposToEnable</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> makeIterable( <a class="code" href="classzypp_1_1ServiceInfo.html#a1e70951bdae3ae65b952c7956b23e44f">reposToEnableBegin</a>(), <a class="code" href="classzypp_1_1ServiceInfo.html#a4630328a472637841a126ce40041dcea">reposToEnableEnd</a>() ); }</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a304e00a69bbc85791dbd93775856e2dd">repoToEnableFind</a>( <span class="keyword">const</span> std::string &amp; alias_r ) <span class="keyword">const</span>;</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#ab2bd980a0aaa507972ab1c1b5361b84e">addRepoToEnable</a>( <span class="keyword">const</span> std::string &amp; alias_r );</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#ae3a6b97f8b86d3dded081408504249e8">delRepoToEnable</a>( <span class="keyword">const</span> std::string &amp; alias_r );</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a71badf35c278f73de2fa5ffd85942aba">clearReposToEnable</a>();</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;</div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#a77671073ed6632b56321b0c4a9b8f6ba">  141</a></span>&#160;    <span class="keyword">typedef</span> std::set&lt;std::string&gt;  <a class="code" href="classzypp_1_1ServiceInfo.html#a77671073ed6632b56321b0c4a9b8f6ba">ReposToDisable</a>;</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;    <span class="keywordtype">bool</span>                           <a class="code" href="classzypp_1_1ServiceInfo.html#af22f5b3ed1c150c907cef39655c6001e">reposToDisableEmpty</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;    <a class="code" href="namespacezypp_1_1sat_1_1detail.html#ac0d3ca93132eee14b022898f23b49d07">ReposToDisable::size_type</a>      <a class="code" href="classzypp_1_1ServiceInfo.html#aec4f9fe72d7be522301e6bcdd2a52aa0">reposToDisableSize</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;    ReposToDisable::const_iterator <a class="code" href="classzypp_1_1ServiceInfo.html#ae054a72f1920a4b2984a094fe90f8b39">reposToDisableBegin</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;    ReposToDisable::const_iterator <a class="code" href="classzypp_1_1ServiceInfo.html#a3e354a9405f7b69d7c0bf9417e0bfc1d">reposToDisableEnd</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#a62c61b8c766f163c400bafc796f7de31">  146</a></span>&#160;    <a class="code" href="classzypp_1_1Iterable.html">Iterable&lt;ReposToDisable::const_iterator&gt;</a> <a class="code" href="classzypp_1_1ServiceInfo.html#a62c61b8c766f163c400bafc796f7de31">reposToDisable</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> makeIterable( <a class="code" href="classzypp_1_1ServiceInfo.html#ae054a72f1920a4b2984a094fe90f8b39">reposToDisableBegin</a>(), <a class="code" href="classzypp_1_1ServiceInfo.html#a3e354a9405f7b69d7c0bf9417e0bfc1d">reposToDisableEnd</a>() ); }</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a2d461759005d13c4cf7c0e4b7a321c70">repoToDisableFind</a>( <span class="keyword">const</span> std::string &amp; alias_r ) <span class="keyword">const</span>;</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a6ce27da0a7b5283bc4da9c21fc0c9e1a">addRepoToDisable</a>( <span class="keyword">const</span> std::string &amp; alias_r );</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#a803a64878891b0d2967d18e62e7f6992">delRepoToDisable</a>( <span class="keyword">const</span> std::string &amp; alias_r );</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#ab80b2e57491e2250a492507c7c88c09e">clearReposToDisable</a>();</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;</div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="structzypp_1_1ServiceInfo_1_1RepoState.html">  167</a></span>&#160;    <span class="keyword">struct </span><a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html">RepoState</a></div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;    {</div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="structzypp_1_1ServiceInfo_1_1RepoState.html#af6818ee72671ad6c280baf3a53c58ee3">  169</a></span>&#160;      <span class="keywordtype">bool</span>      <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#af6818ee72671ad6c280baf3a53c58ee3">enabled</a>;</div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab9ce55b5d5c9ecba54c0297c21a509e5">  170</a></span>&#160;      <span class="keywordtype">bool</span>      <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab9ce55b5d5c9ecba54c0297c21a509e5">autorefresh</a>;</div><div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a4e6e9b35782bebb17028c8761dfeaec9">  171</a></span>&#160;      <span class="keywordtype">unsigned</span>  <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a4e6e9b35782bebb17028c8761dfeaec9">priority</a>;</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;</div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab70574776347daf9708014e3d04df31c">  173</a></span>&#160;      <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab70574776347daf9708014e3d04df31c">RepoState</a>()</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;        : <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#af6818ee72671ad6c280baf3a53c58ee3">enabled</a>( false ), <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab9ce55b5d5c9ecba54c0297c21a509e5">autorefresh</a>( true ), <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a4e6e9b35782bebb17028c8761dfeaec9">priority</a>( <a class="code" href="classzypp_1_1RepoInfo.html">RepoInfo</a>::defaultPriority() )</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;      {}</div><div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a7860ecc57ae2e61bf8c11a16221f0c0f">  176</a></span>&#160;      <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a7860ecc57ae2e61bf8c11a16221f0c0f">RepoState</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1RepoInfo.html">RepoInfo</a> &amp; repo_r )</div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;        : <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#af6818ee72671ad6c280baf3a53c58ee3">enabled</a>( repo_r.<a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#af6818ee72671ad6c280baf3a53c58ee3">enabled</a>() ), <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab9ce55b5d5c9ecba54c0297c21a509e5">autorefresh</a>( repo_r.<a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab9ce55b5d5c9ecba54c0297c21a509e5">autorefresh</a>() ), <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a4e6e9b35782bebb17028c8761dfeaec9">priority</a>( repo_r.<a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a4e6e9b35782bebb17028c8761dfeaec9">priority</a>() )</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;      {}</div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a1244f2b5a472ca2a7bcd8c0f385f0e46">  179</a></span>&#160;      <span class="keywordtype">bool</span> <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a1244f2b5a472ca2a7bcd8c0f385f0e46">operator==</a>( <span class="keyword">const</span> <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html">RepoState</a> &amp; rhs )<span class="keyword"> const</span></div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;<span class="keyword">      </span>{ <span class="keywordflow">return</span>( <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#af6818ee72671ad6c280baf3a53c58ee3">enabled</a>==rhs.<a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#af6818ee72671ad6c280baf3a53c58ee3">enabled</a> &amp;&amp; <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab9ce55b5d5c9ecba54c0297c21a509e5">autorefresh</a>==rhs.<a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab9ce55b5d5c9ecba54c0297c21a509e5">autorefresh</a> &amp;&amp; <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a4e6e9b35782bebb17028c8761dfeaec9">priority</a>==rhs.<a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a4e6e9b35782bebb17028c8761dfeaec9">priority</a> ); }</div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ae406ab83b2864a597d8bb98b495b5853">  181</a></span>&#160;      <span class="keywordtype">bool</span> <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#ae406ab83b2864a597d8bb98b495b5853">operator!=</a>( <span class="keyword">const</span> <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html">RepoState</a> &amp; rhs )<span class="keyword"> const</span></div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;<span class="keyword">      </span>{ <span class="keywordflow">return</span> ! <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a1244f2b5a472ca2a7bcd8c0f385f0e46">operator==</a>( rhs ); }</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;      <span class="keyword">friend</span> std::ostream &amp; <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html#a2919fae251ab2bd4a794b91134281bec">operator&lt;&lt;</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="structzypp_1_1ServiceInfo_1_1RepoState.html">RepoState</a> &amp; obj );</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;    };</div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#aab755bbf3cf624a319fb868bff46d907">  185</a></span>&#160;    <span class="keyword">typedef</span> std::map&lt;std::string,RepoState&gt; <a class="code" href="classzypp_1_1ServiceInfo.html#aab755bbf3cf624a319fb868bff46d907">RepoStates</a>;</div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;    <span class="keyword">const</span> <a class="code" href="classzypp_1_1ServiceInfo.html#aab755bbf3cf624a319fb868bff46d907">RepoStates</a> &amp; <a class="code" href="classzypp_1_1ServiceInfo.html#a38625533de390db4add50452d132dbae">repoStates</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1ServiceInfo.html#aecf61b15190ebe0022764f11055333c1">setRepoStates</a>( <a class="code" href="classzypp_1_1ServiceInfo.html#aab755bbf3cf624a319fb868bff46d907">RepoStates</a> newStates_r );</div><div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;</div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;    <span class="keyword">virtual</span> std::ostream &amp; <a class="code" href="classzypp_1_1ServiceInfo.html#ae8e62e0c3c41a7c4e24217b1bafc5cf5">dumpAsIniOn</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a> ) <span class="keyword">const</span>;</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;    <span class="keyword">virtual</span> std::ostream &amp; <a class="code" href="classzypp_1_1ServiceInfo.html#a0ca90a7416973ef84410ce15bebf86fc">dumpAsXmlOn</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> std::string &amp; content = <span class="stringliteral">&quot;&quot;</span> ) <span class="keyword">const</span>;</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;</div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#a89403fc613219b4af63fe0a5ae4cceee">  211</a></span>&#160;    <span class="keyword">class </span><a class="code" href="structzypp_1_1ServiceInfo_1_1Impl.html">Impl</a>;</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;      <a class="code" href="structzypp_1_1RWCOW__pointer.html">RWCOW_pointer&lt;Impl&gt;</a> <a class="code" href="classzypp_1_1ServiceInfo.html#a89403fc613219b4af63fe0a5ae4cceee">_pimpl</a>;</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;  };</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;</div><div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#a4dd8561dc6cf4f60a93354d8e7f236f4">  219</a></span>&#160;  <span class="keyword">typedef</span> shared_ptr&lt;ServiceInfo&gt; <a class="code" href="classzypp_1_1ServiceInfo.html#a4dd8561dc6cf4f60a93354d8e7f236f4">ServiceInfo_Ptr</a>;</div><div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#a69c25a78094c85cf10a50e34ac939a14">  221</a></span>&#160;  <span class="keyword">typedef</span> shared_ptr&lt;const ServiceInfo&gt; <a class="code" href="classzypp_1_1ServiceInfo.html#a69c25a78094c85cf10a50e34ac939a14">ServiceInfo_constPtr</a>;</div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classzypp_1_1ServiceInfo.html#ab6cb787b755268806d0742cfacc3c0d6">  223</a></span>&#160;  <span class="keyword">typedef</span> std::list&lt;ServiceInfo&gt; <a class="code" href="classzypp_1_1ServiceInfo.html#ab6cb787b755268806d0742cfacc3c0d6">ServiceInfoList</a>;</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;  std::ostream &amp; <a class="code" href="namespacezypp.html#a736823673697753a9826f368fefff5f0">operator&lt;&lt;</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> <a class="code" href="classzypp_1_1ServiceInfo.html">ServiceInfo</a> &amp; obj );</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;</div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;</div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;} <span class="comment">// namespace zypp</span></div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;<span class="comment"></span><span class="preprocessor">#endif // ZYPP_SAT_REPOSITORY_H</span></div><div class="ttc" id="classzypp_1_1ServiceInfo_html"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html">zypp::ServiceInfo</a></div><div class="ttdoc">Service data.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00036">ServiceInfo.h:36</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html">zypp::ServiceInfo::RepoState</a></div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00167">ServiceInfo.h:167</a></div></div>
<div class="ttc" id="classzypp_1_1Iterable_html"><div class="ttname"><a href="classzypp_1_1Iterable.html">zypp::Iterable</a></div><div class="ttdef"><b>Definition:</b> <a href="Iterable_8h_source.html#l00036">Iterable.h:36</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a0c033dfae2f03dae22f5acbc24d8d259"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a0c033dfae2f03dae22f5acbc24d8d259">zypp::ServiceInfo::setProbedTtl</a></div><div class="ttdeci">void setProbedTtl(Date::Duration ttl_r) const</div><div class="ttdoc">Lazy init sugested TTL.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00114">ServiceInfo.cc:114</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a99ce361c63532be69d3aaf4c991de29b"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a99ce361c63532be69d3aaf4c991de29b">zypp::ServiceInfo::ReposToEnable</a></div><div class="ttdeci">std::set&lt; std::string &gt; ReposToEnable</div><div class="ttdoc">Container of repos.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00115">ServiceInfo.h:115</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a71badf35c278f73de2fa5ffd85942aba"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a71badf35c278f73de2fa5ffd85942aba">zypp::ServiceInfo::clearReposToEnable</a></div><div class="ttdeci">void clearReposToEnable()</div><div class="ttdoc">Clear the set of ReposToEnable.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00136">ServiceInfo.cc:136</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html_a1244f2b5a472ca2a7bcd8c0f385f0e46"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html#a1244f2b5a472ca2a7bcd8c0f385f0e46">zypp::ServiceInfo::RepoState::operator==</a></div><div class="ttdeci">bool operator==(const RepoState &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00179">ServiceInfo.h:179</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_aa2e6756b590f37482331e667047b5ebb"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#aa2e6756b590f37482331e667047b5ebb">zypp::ServiceInfo::setTtl</a></div><div class="ttdeci">void setTtl(Date::Duration ttl_r)</div><div class="ttdoc">Set sugested TTL.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00113">ServiceInfo.cc:113</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a2a5935a8da3eec5ed321faf97c020a45"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a2a5935a8da3eec5ed321faf97c020a45">zypp::ServiceInfo::lrf</a></div><div class="ttdeci">Date lrf() const</div><div class="ttdoc">Date of last refresh (if known).</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00116">ServiceInfo.cc:116</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_aec4f9fe72d7be522301e6bcdd2a52aa0"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#aec4f9fe72d7be522301e6bcdd2a52aa0">zypp::ServiceInfo::reposToDisableSize</a></div><div class="ttdeci">ReposToDisable::size_type reposToDisableSize() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00141">ServiceInfo.cc:141</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_aaf984dd9437b07f2b15591fa41e1d5c4"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#aaf984dd9437b07f2b15591fa41e1d5c4">zypp::ServiceInfo::rawUrl</a></div><div class="ttdeci">Url rawUrl() const</div><div class="ttdoc">The service raw url (no variables replaced)</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00102">ServiceInfo.cc:102</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a62c61b8c766f163c400bafc796f7de31"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a62c61b8c766f163c400bafc796f7de31">zypp::ServiceInfo::reposToDisable</a></div><div class="ttdeci">Iterable&lt; ReposToDisable::const_iterator &gt; reposToDisable() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00146">ServiceInfo.h:146</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a0ca90a7416973ef84410ce15bebf86fc"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a0ca90a7416973ef84410ce15bebf86fc">zypp::ServiceInfo::dumpAsXmlOn</a></div><div class="ttdeci">virtual std::ostream &amp; dumpAsXmlOn(std::ostream &amp;str, const std::string &amp;content=&quot;&quot;) const</div><div class="ttdoc">Write an XML representation of this ServiceInfo object.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00210">ServiceInfo.cc:210</a></div></div>
<div class="ttc" id="namespacestr_html"><div class="ttname"><a href="namespacestr.html">str</a></div><div class="ttdoc">String related utilities and Regular expression matching.</div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_ab2bd980a0aaa507972ab1c1b5361b84e"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#ab2bd980a0aaa507972ab1c1b5361b84e">zypp::ServiceInfo::addRepoToEnable</a></div><div class="ttdeci">void addRepoToEnable(const std::string &amp;alias_r)</div><div class="ttdoc">Add alias_r to the set of ReposToEnable.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00127">ServiceInfo.cc:127</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_1ServiceInfo_html_aa19490e0d01b34cd328ae297bbaa319e"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#aa19490e0d01b34cd328ae297bbaa319e">zypp::ServiceInfo::setProbedType</a></div><div class="ttdeci">void setProbedType(const repo::ServiceType &amp;t) const</div><div class="ttdoc">Lazy init service type.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00110">ServiceInfo.cc:110</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a22eadd3016962ea9ae04dcaf09250fff"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a22eadd3016962ea9ae04dcaf09250fff">zypp::ServiceInfo::setType</a></div><div class="ttdeci">void setType(const repo::ServiceType &amp;type)</div><div class="ttdoc">Set service type.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00109">ServiceInfo.cc:109</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a89403fc613219b4af63fe0a5ae4cceee"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a89403fc613219b4af63fe0a5ae4cceee">zypp::ServiceInfo::_pimpl</a></div><div class="ttdeci">RWCOW_pointer&lt; Impl &gt; _pimpl</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00211">ServiceInfo.h:211</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_1ServiceInfo_html_aab755bbf3cf624a319fb868bff46d907"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#aab755bbf3cf624a319fb868bff46d907">zypp::ServiceInfo::RepoStates</a></div><div class="ttdeci">std::map&lt; std::string, RepoState &gt; RepoStates</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00185">ServiceInfo.h:185</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a304e00a69bbc85791dbd93775856e2dd"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a304e00a69bbc85791dbd93775856e2dd">zypp::ServiceInfo::repoToEnableFind</a></div><div class="ttdeci">bool repoToEnableFind(const std::string &amp;alias_r) const</div><div class="ttdoc">Whether alias_r is mentioned in ReposToEnable.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00124">ServiceInfo.cc:124</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a69c25a78094c85cf10a50e34ac939a14"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a69c25a78094c85cf10a50e34ac939a14">zypp::ServiceInfo::ServiceInfo_constPtr</a></div><div class="ttdeci">shared_ptr&lt; const ServiceInfo &gt; ServiceInfo_constPtr</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00221">ServiceInfo.h:221</a></div></div>
<div class="ttc" id="classzypp_1_1Date_html"><div class="ttname"><a href="classzypp_1_1Date.html">zypp::Date</a></div><div class="ttdoc">Store and operate on date (time_t).</div><div class="ttdef"><b>Definition:</b> <a href="Date_8h_source.html#l00032">Date.h:32</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_ab80b2e57491e2250a492507c7c88c09e"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#ab80b2e57491e2250a492507c7c88c09e">zypp::ServiceInfo::clearReposToDisable</a></div><div class="ttdeci">void clearReposToDisable()</div><div class="ttdoc">Clear the set of ReposToDisable.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00157">ServiceInfo.cc:157</a></div></div>
<div class="ttc" id="namespacezypp_html_a736823673697753a9826f368fefff5f0"><div class="ttname"><a href="namespacezypp.html#a736823673697753a9826f368fefff5f0">zypp::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const Exception &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="Exception_8cc_source.html#l00147">Exception.cc:147</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a80bb4170d87c145902eecb088517801a"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a80bb4170d87c145902eecb088517801a">zypp::ServiceInfo::reposToEnableEmpty</a></div><div class="ttdeci">bool reposToEnableEmpty() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00119">ServiceInfo.cc:119</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_afab76632f5714287e21fde1f4dfa00a1"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">zypp::repo::RepoInfoBase::alias</a></div><div class="ttdeci">std::string alias() const</div><div class="ttdoc">unique identifier for this source.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00111">RepoInfoBase.cc:111</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1ServiceType_html"><div class="ttname"><a href="structzypp_1_1repo_1_1ServiceType.html">zypp::repo::ServiceType</a></div><div class="ttdoc">Service type enumeration.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceType_8h_source.html#l00026">ServiceType.h:26</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_aba4261622f0625d5a9b82b0f849f6f49"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#aba4261622f0625d5a9b82b0f849f6f49">zypp::ServiceInfo::reposToEnable</a></div><div class="ttdeci">Iterable&lt; ReposToEnable::const_iterator &gt; reposToEnable() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00120">ServiceInfo.h:120</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_aecf61b15190ebe0022764f11055333c1"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#aecf61b15190ebe0022764f11055333c1">zypp::ServiceInfo::setRepoStates</a></div><div class="ttdeci">void setRepoStates(RepoStates newStates_r)</div><div class="ttdoc">Remember a new set of repository states.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00162">ServiceInfo.cc:162</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a10719bc351ad79a31202cdf5b7a481ec"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a10719bc351ad79a31202cdf5b7a481ec">zypp::ServiceInfo::reposToEnableSize</a></div><div class="ttdeci">ReposToEnable::size_type reposToEnableSize() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00120">ServiceInfo.cc:120</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1Impl_html"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1Impl.html">zypp::ServiceInfo::Impl</a></div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00033">ServiceInfo.cc:33</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_af22f5b3ed1c150c907cef39655c6001e"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#af22f5b3ed1c150c907cef39655c6001e">zypp::ServiceInfo::reposToDisableEmpty</a></div><div class="ttdeci">bool reposToDisableEmpty() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00140">ServiceInfo.cc:140</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a3e354a9405f7b69d7c0bf9417e0bfc1d"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a3e354a9405f7b69d7c0bf9417e0bfc1d">zypp::ServiceInfo::reposToDisableEnd</a></div><div class="ttdeci">ReposToDisable::const_iterator reposToDisableEnd() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00143">ServiceInfo.cc:143</a></div></div>
<div class="ttc" id="classzypp_1_1Date_html_a12dbb9690dca8e87337ad792c5e5c67c"><div class="ttname"><a href="classzypp_1_1Date.html#a12dbb9690dca8e87337ad792c5e5c67c">zypp::Date::Duration</a></div><div class="ttdeci">time_t Duration</div><div class="ttdef"><b>Definition:</b> <a href="Date_8h_source.html#l00039">Date.h:39</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html_a4e6e9b35782bebb17028c8761dfeaec9"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html#a4e6e9b35782bebb17028c8761dfeaec9">zypp::ServiceInfo::RepoState::priority</a></div><div class="ttdeci">unsigned priority</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00171">ServiceInfo.h:171</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a424abf52afa2ba2affd25510d17692a5"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a424abf52afa2ba2affd25510d17692a5">zypp::ServiceInfo::ServiceInfo</a></div><div class="ttdeci">ServiceInfo()</div><div class="ttdoc">Default ctor creates noService.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00086">ServiceInfo.cc:86</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html_ab9ce55b5d5c9ecba54c0297c21a509e5"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab9ce55b5d5c9ecba54c0297c21a509e5">zypp::ServiceInfo::RepoState::autorefresh</a></div><div class="ttdeci">bool autorefresh</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00170">ServiceInfo.h:170</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html_ab70574776347daf9708014e3d04df31c"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html#ab70574776347daf9708014e3d04df31c">zypp::ServiceInfo::RepoState::RepoState</a></div><div class="ttdeci">RepoState()</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00173">ServiceInfo.h:173</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_ae3a6b97f8b86d3dded081408504249e8"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#ae3a6b97f8b86d3dded081408504249e8">zypp::ServiceInfo::delRepoToEnable</a></div><div class="ttdeci">void delRepoToEnable(const std::string &amp;alias_r)</div><div class="ttdoc">Remove alias_r from the set of ReposToEnable.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00133">ServiceInfo.cc:133</a></div></div>
<div class="ttc" id="Iterable_8h_html"><div class="ttname"><a href="Iterable_8h.html">Iterable.h</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a4630328a472637841a126ce40041dcea"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a4630328a472637841a126ce40041dcea">zypp::ServiceInfo::reposToEnableEnd</a></div><div class="ttdeci">ReposToEnable::const_iterator reposToEnableEnd() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00122">ServiceInfo.cc:122</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a2181e53193166ebccbf81ab0141cbe75"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a2181e53193166ebccbf81ab0141cbe75">zypp::ServiceInfo::ttl</a></div><div class="ttdeci">Date::Duration ttl() const</div><div class="ttdoc">Sugested TTL between two metadata auto-refreshs.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00112">ServiceInfo.cc:112</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a33b85b67b6374c383b0fe4cf37d21a1a"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a33b85b67b6374c383b0fe4cf37d21a1a">zypp::ServiceInfo::~ServiceInfo</a></div><div class="ttdeci">virtual ~ServiceInfo()</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00096">ServiceInfo.cc:96</a></div></div>
<div class="ttc" id="namespacezypp_1_1sat_1_1detail_html_ac0d3ca93132eee14b022898f23b49d07"><div class="ttname"><a href="namespacezypp_1_1sat_1_1detail.html#ac0d3ca93132eee14b022898f23b49d07">zypp::sat::detail::size_type</a></div><div class="ttdeci">SolvableIdType size_type</div><div class="ttdef"><b>Definition:</b> <a href="PoolMember_8h_source.html#l00152">PoolMember.h:152</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a82278688431ad6fae86d60e600bb4133"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a82278688431ad6fae86d60e600bb4133">zypp::ServiceInfo::url</a></div><div class="ttdeci">Url url() const</div><div class="ttdoc">The service url.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00099">ServiceInfo.cc:99</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html_a2919fae251ab2bd4a794b91134281bec"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html#a2919fae251ab2bd4a794b91134281bec">zypp::ServiceInfo::RepoState::operator&lt;&lt;</a></div><div class="ttdeci">friend std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const RepoState &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00165">ServiceInfo.cc:165</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_ad3099b8c499e7f2dcb9426c944f44d0a"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#ad3099b8c499e7f2dcb9426c944f44d0a">zypp::ServiceInfo::setUrl</a></div><div class="ttdeci">void setUrl(const Url &amp;url)</div><div class="ttdoc">Set the service url (raw value)</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00105">ServiceInfo.cc:105</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a229945a05c3530f34d35e6c24d5cf807"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a229945a05c3530f34d35e6c24d5cf807">zypp::ServiceInfo::setLrf</a></div><div class="ttdeci">void setLrf(Date lrf_r)</div><div class="ttdoc">Set date of last refresh.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00117">ServiceInfo.cc:117</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html_a7860ecc57ae2e61bf8c11a16221f0c0f"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html#a7860ecc57ae2e61bf8c11a16221f0c0f">zypp::ServiceInfo::RepoState::RepoState</a></div><div class="ttdeci">RepoState(const RepoInfo &amp;repo_r)</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00176">ServiceInfo.h:176</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a77671073ed6632b56321b0c4a9b8f6ba"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a77671073ed6632b56321b0c4a9b8f6ba">zypp::ServiceInfo::ReposToDisable</a></div><div class="ttdeci">std::set&lt; std::string &gt; ReposToDisable</div><div class="ttdoc">Container of repos.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00141">ServiceInfo.h:141</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_ae054a72f1920a4b2984a094fe90f8b39"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#ae054a72f1920a4b2984a094fe90f8b39">zypp::ServiceInfo::reposToDisableBegin</a></div><div class="ttdeci">ReposToDisable::const_iterator reposToDisableBegin() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00142">ServiceInfo.cc:142</a></div></div>
<div class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html_af6818ee72671ad6c280baf3a53c58ee3"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html#af6818ee72671ad6c280baf3a53c58ee3">zypp::ServiceInfo::RepoState::enabled</a></div><div class="ttdeci">bool enabled</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00169">ServiceInfo.h:169</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a38625533de390db4add50452d132dbae"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a38625533de390db4add50452d132dbae">zypp::ServiceInfo::repoStates</a></div><div class="ttdeci">const RepoStates &amp; repoStates() const</div><div class="ttdoc">Access the remembered repository states.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00161">ServiceInfo.cc:161</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_ae8e62e0c3c41a7c4e24217b1bafc5cf5"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#ae8e62e0c3c41a7c4e24217b1bafc5cf5">zypp::ServiceInfo::dumpAsIniOn</a></div><div class="ttdeci">virtual std::ostream &amp; dumpAsIniOn(std::ostream &amp;str) const</div><div class="ttdoc">Writes ServiceInfo to stream in &quot;.service&quot; format.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00173">ServiceInfo.cc:173</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_ab6cb787b755268806d0742cfacc3c0d6"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#ab6cb787b755268806d0742cfacc3c0d6">zypp::ServiceInfo::ServiceInfoList</a></div><div class="ttdeci">std::list&lt; ServiceInfo &gt; ServiceInfoList</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00223">ServiceInfo.h:223</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a2d461759005d13c4cf7c0e4b7a321c70"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a2d461759005d13c4cf7c0e4b7a321c70">zypp::ServiceInfo::repoToDisableFind</a></div><div class="ttdeci">bool repoToDisableFind(const std::string &amp;alias_r) const</div><div class="ttdoc">Whether alias_r is mentioned in ReposToDisable.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00145">ServiceInfo.cc:145</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_aeeef0c6891130014c03f422b1eeecf69"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#aeeef0c6891130014c03f422b1eeecf69">zypp::ServiceInfo::noService</a></div><div class="ttdeci">static const ServiceInfo noService</div><div class="ttdoc">Represents an empty service.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00061">ServiceInfo.h:61</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a803a64878891b0d2967d18e62e7f6992"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a803a64878891b0d2967d18e62e7f6992">zypp::ServiceInfo::delRepoToDisable</a></div><div class="ttdeci">void delRepoToDisable(const std::string &amp;alias_r)</div><div class="ttdoc">Remove alias_r from the set of ReposToDisable.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00154">ServiceInfo.cc:154</a></div></div>
<div class="ttc" id="ServiceType_8h_html"><div class="ttname"><a href="ServiceType_8h.html">ServiceType.h</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a1e70951bdae3ae65b952c7956b23e44f"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a1e70951bdae3ae65b952c7956b23e44f">zypp::ServiceInfo::reposToEnableBegin</a></div><div class="ttdeci">ReposToEnable::const_iterator reposToEnableBegin() const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00121">ServiceInfo.cc:121</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a6ce27da0a7b5283bc4da9c21fc0c9e1a"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a6ce27da0a7b5283bc4da9c21fc0c9e1a">zypp::ServiceInfo::addRepoToDisable</a></div><div class="ttdeci">void addRepoToDisable(const std::string &amp;alias_r)</div><div class="ttdoc">Add alias_r to the set of ReposToDisable.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00148">ServiceInfo.cc:148</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html">zypp::repo::RepoInfoBase</a></div><div class="ttdoc">Base class implementing common features of RepoInfo and ServiceInfo.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8h_source.html#l00039">RepoInfoBase.h:39</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_1ServiceInfo_html_a4dd8561dc6cf4f60a93354d8e7f236f4"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a4dd8561dc6cf4f60a93354d8e7f236f4">zypp::ServiceInfo::ServiceInfo_Ptr</a></div><div class="ttdeci">shared_ptr&lt; ServiceInfo &gt; ServiceInfo_Ptr</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00219">ServiceInfo.h:219</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 class="ttc" id="structzypp_1_1ServiceInfo_1_1RepoState_html_ae406ab83b2864a597d8bb98b495b5853"><div class="ttname"><a href="structzypp_1_1ServiceInfo_1_1RepoState.html#ae406ab83b2864a597d8bb98b495b5853">zypp::ServiceInfo::RepoState::operator!=</a></div><div class="ttdeci">bool operator!=(const RepoState &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8h_source.html#l00181">ServiceInfo.h:181</a></div></div>
<div class="ttc" id="classzypp_1_1ServiceInfo_html_a1886497ecd1fccf10e86071640b75888"><div class="ttname"><a href="classzypp_1_1ServiceInfo.html#a1886497ecd1fccf10e86071640b75888">zypp::ServiceInfo::type</a></div><div class="ttdeci">repo::ServiceType type() const</div><div class="ttdoc">Service type.</div><div class="ttdef"><b>Definition:</b> <a href="ServiceInfo_8cc_source.html#l00108">ServiceInfo.cc:108</a></div></div>
<div class="ttc" id="classzypp_1_1Url_html"><div class="ttname"><a href="classzypp_1_1Url.html">zypp::Url</a></div><div class="ttdoc">Url manipulation class.</div><div class="ttdef"><b>Definition:</b> <a href="Url_8h_source.html#l00087">Url.h:87</a></div></div>
<div class="ttc" id="structzypp_1_1RWCOW__pointer_html"><div class="ttname"><a href="structzypp_1_1RWCOW__pointer.html">zypp::RWCOW_pointer&lt; Impl &gt;</a></div></div>
<div class="ttc" id="Date_8h_html"><div class="ttname"><a href="Date_8h.html">Date.h</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="ServiceInfo_8h.html">ServiceInfo.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>