Sophie

Sophie

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

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/RepoInfoBase.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('RepoInfoBase_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">RepoInfoBase.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="RepoInfoBase_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 REPOINFOBASE_H_</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#define REPOINFOBASE_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;iosfwd&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="PtrTypes_8h.html">zypp/base/PtrTypes.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="APIConfig_8h.html">zypp/APIConfig.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="Pathname_8h.html">zypp/Pathname.h</a>&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></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>repo</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;  { </div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <span class="comment">//    CLASS NAME : RepoInfoBase</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;    <span class="comment">//</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1RepoInfoBase.html">   39</a></span>&#160;<span class="comment"></span>    <span class="keyword">class </span><a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html">RepoInfoBase</a></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;    {</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;      <span class="keyword">friend</span> std::ostream &amp; <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a88cf13c0d6570ec8cfa32d813a203687">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_1repo_1_1RepoInfoBase.html">RepoInfoBase</a> &amp; obj );</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;      <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a7f08c687e74ea680be956944d395c26e">RepoInfoBase</a>();</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;      <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a7f08c687e74ea680be956944d395c26e">RepoInfoBase</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="l00046"></a><span class="lineno">   46</span>&#160;      <span class="keyword">virtual</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#ab9d6e2b154a02fb2ab623f2ee765c4c0">~RepoInfoBase</a>();</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;      std::string <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;      std::string <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a3d56c53db204ff163c3e0214ecb1668a">escaped_alias</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;      std::string <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#ab088db4bee33b3148a35433a8a6b3479">name</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;      std::string <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#ab8e1e32a189b8f7b9ab7bdb70e9ebec2">rawName</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;      std::string <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a25019b580e9b6b65a0dbc1a660f640a5">label</a>() <span class="keyword">const</span>;</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"><a class="line" href="classzypp_1_1repo_1_1RepoInfoBase.html#a74d465b7f2599d71aa49b079107dd580">   82</a></span>&#160;      std::string <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a74d465b7f2599d71aa49b079107dd580">asUserString</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a25019b580e9b6b65a0dbc1a660f640a5">label</a>(); }</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;      <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#ad1fc0e8e8fa200bfcc59daf6085322d7">enabled</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;      <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a98903eb07993ae3e3e9f5c58d0353d23">autorefresh</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;       <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a83e475c6e25628d1909265d503762b09">filepath</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;    <span class="keyword">public</span>:</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a75773f57617f73865af779e8ec9c6cb3">setAlias</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="l00113"></a><span class="lineno">  113</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a9761b6b4ab412b32cd87934f22ab4dd3">setName</a>( <span class="keyword">const</span> std::string &amp;<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#ab088db4bee33b3148a35433a8a6b3479">name</a> );</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#ad85ba9c8dc9826c4417668ddf317c632">setEnabled</a>( <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#ad1fc0e8e8fa200bfcc59daf6085322d7">enabled</a> );</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a39dfef7536a3d2d99cc3f6edea43c8db">setAutorefresh</a>( <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a98903eb07993ae3e3e9f5c58d0353d23">autorefresh</a> );</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a6eb6977be6cf0530a968e0de449bc769">setFilepath</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1filesystem_1_1Pathname.html">Pathname</a> &amp;filename );</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;      <span class="keyword">virtual</span> std::ostream &amp; <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a082293bc8c3108cfdb536d353cf6db5f">dumpOn</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a> ) <span class="keyword">const</span>;</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;      <span class="keyword">virtual</span> std::ostream &amp; <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a516d85321f2cfafc7aa4e375c6952e4f">dumpAsIniOn</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a> ) <span class="keyword">const</span>;</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;      <span class="keyword">virtual</span> std::ostream &amp; <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#acf07d3cb51f0834e4388639a5196ad44">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="l00159"></a><span class="lineno">  159</span>&#160;</div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1RepoInfoBase.html#af5666c0857af72264ee3d4e993691e88">  160</a></span>&#160;      <span class="keyword">class </span><a class="code" href="structzypp_1_1repo_1_1RepoInfoBase_1_1Impl.html">Impl</a>;</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;    <span class="keyword">private</span>:</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;      <a class="code" href="structzypp_1_1RWCOW__pointer.html">RWCOW_pointer&lt;Impl&gt;</a> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#af5666c0857af72264ee3d4e993691e88">_pimpl</a>;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;    };</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div><div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1RepoInfoBase.html#a730d37070d19dafbfa7d7a8603d87832">  168</a></span>&#160;    <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a730d37070d19dafbfa7d7a8603d87832">operator==</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html">RepoInfoBase</a> &amp; lhs, <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html">RepoInfoBase</a> &amp; rhs )</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;    { <span class="keywordflow">return</span> lhs.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>() == rhs.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>(); }</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;</div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1RepoInfoBase.html#a258ef7e5a9fffb1be99ee3bad80d35a2">  172</a></span>&#160;    <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a258ef7e5a9fffb1be99ee3bad80d35a2">operator!=</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html">RepoInfoBase</a> &amp; lhs, <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html">RepoInfoBase</a> &amp; rhs )</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;    { <span class="keywordflow">return</span> lhs.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>() != rhs.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>(); }</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;</div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="namespacezypp_1_1repo.html#a7c098c46556eb1259796f8d3bbf63f2e">  175</a></span>&#160;    <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespacezypp_1_1repo.html#a7c098c46556eb1259796f8d3bbf63f2e">operator&lt;</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html">RepoInfoBase</a> &amp; lhs, <span class="keyword">const</span> <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html">RepoInfoBase</a> &amp; rhs )</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    { <span class="keywordflow">return</span> lhs.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>() &lt; rhs.<a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#afab76632f5714287e21fde1f4dfa00a1">alias</a>(); }</div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;    std::ostream &amp; <a class="code" href="namespacezypp_1_1repo.html#ab03092838b37118c48f0d8ab0a414259">operator&lt;&lt;</a>( std::ostream &amp; <a class="code" href="namespacestr.html">str</a>, <span class="keyword">const</span> RepoInfoBase &amp; obj );</div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;</div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1RepoInfoBase.html#a80cd6c8e721cfee8d51bca8d5d950e85">  182</a></span>&#160;    <span class="keyword">typedef</span> shared_ptr&lt;RepoInfoBase&gt; <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a80cd6c8e721cfee8d51bca8d5d950e85">RepoInfoBase_Ptr</a>;</div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classzypp_1_1repo_1_1RepoInfoBase.html#a1d385f3b1dfc6072c02f2ba0903f9e60">  184</a></span>&#160;    <span class="keyword">typedef</span> shared_ptr&lt;const RepoInfoBase&gt; <a class="code" href="classzypp_1_1repo_1_1RepoInfoBase.html#a1d385f3b1dfc6072c02f2ba0903f9e60">RepoInfoBase_constPtr</a>;</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;</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="comment">// namespace repo</span></div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;<span class="comment"></span>} <span class="comment">// namespace zypp</span></div><div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/*REPOINFOBASE_H_*/</span><span class="preprocessor"></span></div><div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a83e475c6e25628d1909265d503762b09"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a83e475c6e25628d1909265d503762b09">zypp::repo::RepoInfoBase::filepath</a></div><div class="ttdeci">Pathname filepath() const</div><div class="ttdoc">File where this repo was read from.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00134">RepoInfoBase.cc:134</a></div></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_1RepoInfoBase_html_a39dfef7536a3d2d99cc3f6edea43c8db"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a39dfef7536a3d2d99cc3f6edea43c8db">zypp::repo::RepoInfoBase::setAutorefresh</a></div><div class="ttdeci">void setAutorefresh(bool autorefresh)</div><div class="ttdoc">enable or disable autorefresh</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00091">RepoInfoBase.cc:91</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_acf07d3cb51f0834e4388639a5196ad44"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#acf07d3cb51f0834e4388639a5196ad44">zypp::repo::RepoInfoBase::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 object with content (if available).</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00162">RepoInfoBase.cc:162</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_ad85ba9c8dc9826c4417668ddf317c632"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#ad85ba9c8dc9826c4417668ddf317c632">zypp::repo::RepoInfoBase::setEnabled</a></div><div class="ttdeci">void setEnabled(bool enabled)</div><div class="ttdoc">enable or disable the repository</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00088">RepoInfoBase.cc:88</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a730d37070d19dafbfa7d7a8603d87832"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a730d37070d19dafbfa7d7a8603d87832">zypp::repo::RepoInfoBase::operator==</a></div><div class="ttdeci">bool operator==(const RepoInfoBase &amp;lhs, const RepoInfoBase &amp;rhs)</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8h_source.html#l00168">RepoInfoBase.h:168</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a75773f57617f73865af779e8ec9c6cb3"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a75773f57617f73865af779e8ec9c6cb3">zypp::repo::RepoInfoBase::setAlias</a></div><div class="ttdeci">void setAlias(const std::string &amp;alias)</div><div class="ttdoc">set the repository alias</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00094">RepoInfoBase.cc:94</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_1repo_1_1RepoInfoBase_html_a6eb6977be6cf0530a968e0de449bc769"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a6eb6977be6cf0530a968e0de449bc769">zypp::repo::RepoInfoBase::setFilepath</a></div><div class="ttdeci">void setFilepath(const Pathname &amp;filename)</div><div class="ttdoc">set the path to the .repo file</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00100">RepoInfoBase.cc:100</a></div></div>
<div class="ttc" id="namespacezypp_1_1repo_html_a7c098c46556eb1259796f8d3bbf63f2e"><div class="ttname"><a href="namespacezypp_1_1repo.html#a7c098c46556eb1259796f8d3bbf63f2e">zypp::repo::operator&lt;</a></div><div class="ttdeci">bool operator&lt;(const RepoInfoBase &amp;lhs, const RepoInfoBase &amp;rhs)</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8h_source.html#l00175">RepoInfoBase.h:175</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_ab9d6e2b154a02fb2ab623f2ee765c4c0"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#ab9d6e2b154a02fb2ab623f2ee765c4c0">zypp::repo::RepoInfoBase::~RepoInfoBase</a></div><div class="ttdeci">virtual ~RepoInfoBase()</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00085">RepoInfoBase.cc:85</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a3d56c53db204ff163c3e0214ecb1668a"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a3d56c53db204ff163c3e0214ecb1668a">zypp::repo::RepoInfoBase::escaped_alias</a></div><div class="ttdeci">std::string escaped_alias() const</div><div class="ttdoc">Same as alias(), just escaped in a way to be a valid file name.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00114">RepoInfoBase.cc:114</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a74d465b7f2599d71aa49b079107dd580"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a74d465b7f2599d71aa49b079107dd580">zypp::repo::RepoInfoBase::asUserString</a></div><div class="ttdeci">std::string asUserString() const</div><div class="ttdoc">User string: label (alias or name)</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8h_source.html#l00082">RepoInfoBase.h:82</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_ad1fc0e8e8fa200bfcc59daf6085322d7"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#ad1fc0e8e8fa200bfcc59daf6085322d7">zypp::repo::RepoInfoBase::enabled</a></div><div class="ttdeci">bool enabled() const</div><div class="ttdoc">If enabled is false, then this repository must be ignored as if does not exists, except when checking...</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00104">RepoInfoBase.cc:104</a></div></div>
<div class="ttc" id="PtrTypes_8h_html"><div class="ttname"><a href="PtrTypes_8h.html">PtrTypes.h</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="APIConfig_8h_html"><div class="ttname"><a href="APIConfig_8h.html">APIConfig.h</a></div><div class="ttdoc">Provides API related macros.</div></div>
<div class="ttc" id="namespacezypp_1_1repo_html_ab03092838b37118c48f0d8ab0a414259"><div class="ttname"><a href="namespacezypp_1_1repo.html#ab03092838b37118c48f0d8ab0a414259">zypp::repo::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const DeltaCandidates &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="DeltaCandidates_8cc_source.html#l00107">DeltaCandidates.cc:107</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_ab8e1e32a189b8f7b9ab7bdb70e9ebec2"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#ab8e1e32a189b8f7b9ab7bdb70e9ebec2">zypp::repo::RepoInfoBase::rawName</a></div><div class="ttdeci">std::string rawName() const</div><div class="ttdoc">The raw metadata name (no default, no variables replaced).</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00124">RepoInfoBase.cc:124</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a258ef7e5a9fffb1be99ee3bad80d35a2"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a258ef7e5a9fffb1be99ee3bad80d35a2">zypp::repo::RepoInfoBase::operator!=</a></div><div class="ttdeci">bool operator!=(const RepoInfoBase &amp;lhs, const RepoInfoBase &amp;rhs)</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8h_source.html#l00172">RepoInfoBase.h:172</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a88cf13c0d6570ec8cfa32d813a203687"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a88cf13c0d6570ec8cfa32d813a203687">zypp::repo::RepoInfoBase::operator&lt;&lt;</a></div><div class="ttdeci">friend std::ostream &amp; operator&lt;&lt;(std::ostream &amp;str, const RepoInfoBase &amp;obj)</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00167">RepoInfoBase.cc:167</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a7f08c687e74ea680be956944d395c26e"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a7f08c687e74ea680be956944d395c26e">zypp::repo::RepoInfoBase::RepoInfoBase</a></div><div class="ttdeci">RepoInfoBase()</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00077">RepoInfoBase.cc:77</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_ab088db4bee33b3148a35433a8a6b3479"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#ab088db4bee33b3148a35433a8a6b3479">zypp::repo::RepoInfoBase::name</a></div><div class="ttdeci">std::string name() const</div><div class="ttdoc">Repository name.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00117">RepoInfoBase.cc:117</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="classzypp_1_1repo_1_1RepoInfoBase_html_a516d85321f2cfafc7aa4e375c6952e4f"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a516d85321f2cfafc7aa4e375c6952e4f">zypp::repo::RepoInfoBase::dumpAsIniOn</a></div><div class="ttdeci">virtual std::ostream &amp; dumpAsIniOn(std::ostream &amp;str) const</div><div class="ttdoc">Write this RepoInfoBase object into str in a .repo (ini) file format.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00150">RepoInfoBase.cc:150</a></div></div>
<div class="ttc" id="structzypp_1_1repo_1_1RepoInfoBase_1_1Impl_html"><div class="ttname"><a href="structzypp_1_1repo_1_1RepoInfoBase_1_1Impl.html">zypp::repo::RepoInfoBase::Impl</a></div><div class="ttdoc">RepoInfoBase data.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00034">RepoInfoBase.cc:34</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a98903eb07993ae3e3e9f5c58d0353d23"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a98903eb07993ae3e3e9f5c58d0353d23">zypp::repo::RepoInfoBase::autorefresh</a></div><div class="ttdeci">bool autorefresh() const</div><div class="ttdoc">If true, the repostory must be refreshed before creating resolvables from it.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00108">RepoInfoBase.cc:108</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a9761b6b4ab412b32cd87934f22ab4dd3"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a9761b6b4ab412b32cd87934f22ab4dd3">zypp::repo::RepoInfoBase::setName</a></div><div class="ttdeci">void setName(const std::string &amp;name)</div><div class="ttdoc">set the repository name</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00097">RepoInfoBase.cc:97</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a1d385f3b1dfc6072c02f2ba0903f9e60"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a1d385f3b1dfc6072c02f2ba0903f9e60">zypp::repo::RepoInfoBase::RepoInfoBase_constPtr</a></div><div class="ttdeci">shared_ptr&lt; const RepoInfoBase &gt; RepoInfoBase_constPtr</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8h_source.html#l00184">RepoInfoBase.h:184</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a082293bc8c3108cfdb536d353cf6db5f"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a082293bc8c3108cfdb536d353cf6db5f">zypp::repo::RepoInfoBase::dumpOn</a></div><div class="ttdeci">virtual std::ostream &amp; dumpOn(std::ostream &amp;str) const</div><div class="ttdoc">Write a human-readable representation of this RepoInfoBase object into the str stream.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00138">RepoInfoBase.cc:138</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_af5666c0857af72264ee3d4e993691e88"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#af5666c0857af72264ee3d4e993691e88">zypp::repo::RepoInfoBase::_pimpl</a></div><div class="ttdeci">RWCOW_pointer&lt; Impl &gt; _pimpl</div><div class="ttdoc">Pointer to implementation.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8h_source.html#l00160">RepoInfoBase.h:160</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 class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a80cd6c8e721cfee8d51bca8d5d950e85"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a80cd6c8e721cfee8d51bca8d5d950e85">zypp::repo::RepoInfoBase::RepoInfoBase_Ptr</a></div><div class="ttdeci">shared_ptr&lt; RepoInfoBase &gt; RepoInfoBase_Ptr</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8h_source.html#l00182">RepoInfoBase.h:182</a></div></div>
<div class="ttc" id="classzypp_1_1repo_1_1RepoInfoBase_html_a25019b580e9b6b65a0dbc1a660f640a5"><div class="ttname"><a href="classzypp_1_1repo_1_1RepoInfoBase.html#a25019b580e9b6b65a0dbc1a660f640a5">zypp::repo::RepoInfoBase::label</a></div><div class="ttdeci">std::string label() const</div><div class="ttdoc">Label for use in messages for the user interface.</div><div class="ttdef"><b>Definition:</b> <a href="RepoInfoBase_8cc_source.html#l00127">RepoInfoBase.cc:127</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><!-- 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="RepoInfoBase_8h.html">RepoInfoBase.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>