Sophie

Sophie

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

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/PoolItemBest.cc 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('PoolItemBest_8cc_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">PoolItemBest.cc</div>  </div>
</div><!--header-->
<div class="contents">
<a href="PoolItemBest_8cc.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">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="LogTools_8h.html">zypp/base/LogTools.h</a>&quot;</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 &quot;<a class="code" href="PoolItemBest_8h.html">zypp/PoolItemBest.h</a>&quot;</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="SelectableTraits_8h.html">zypp/ui/SelectableTraits.h</a>&quot;</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="keyword">using</span> std::endl;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;{ </div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;  <span class="comment">//    CLASS NAME : PoolItemBest::Impl</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="structzypp_1_1PoolItemBest_1_1Impl.html">   29</a></span>&#160;<span class="comment"></span>  <span class="keyword">struct </span><a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html">PoolItemBest::Impl</a></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;  {</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structzypp_1_1PoolItemBest_1_1Impl.html#ad6adfe37a75b6291c558351b62f1fa25">   31</a></span>&#160;    <a class="code" href="classzypp_1_1PoolItemBest.html#a4132efc9b0d9e2e9e99bed084242e360">Container</a> <a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html#ad6adfe37a75b6291c558351b62f1fa25">_container</a>;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;    <span class="keyword">private</span>:</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;      <span class="keyword">friend</span> <a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html">Impl</a> * rwcowClone&lt;Impl&gt;( <span class="keyword">const</span> <a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html">Impl</a> * rhs );</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="structzypp_1_1PoolItemBest_1_1Impl.html#a0eedb576c955fe88db0b4cded9be4ab0">   36</a></span>&#160;      <a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html">Impl</a> * <a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html#a0eedb576c955fe88db0b4cded9be4ab0">clone</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">      </span>{ <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html">Impl</a>( *<span class="keyword">this</span> ); }</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;  };</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;  <span class="comment">//    CLASS NAME : PoolItemBest</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classzypp_1_1PoolItemBest.html#a7171bebe62f7bfca7e0c156da954d896">   47</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1PoolItemBest.html#a7171bebe62f7bfca7e0c156da954d896">PoolItemBest::_ctor_init</a>()</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;  { <a class="code" href="classzypp_1_1PoolItemBest.html#a59d9f0b289bd2fb99062c506fd0a1a90">_dont_use_this_use_pimpl</a>.reset( <span class="keyword">new</span> <a class="code" href="structzypp_1_1RWCOW__pointer.html">RWCOW_pointer&lt;Impl&gt;</a>(<span class="keyword">new</span> <a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html">Impl</a>) ); }</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classzypp_1_1PoolItemBest.html#a6c9d11b2ab375419faed4b52f903ee80">   50</a></span>&#160;  <span class="keyword">const</span> <a class="code" href="classzypp_1_1PoolItemBest.html#a4132efc9b0d9e2e9e99bed084242e360">PoolItemBest::Container</a> &amp; <a class="code" href="classzypp_1_1PoolItemBest.html#a6c9d11b2ab375419faed4b52f903ee80">PoolItemBest::container</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="keyword">  </span>{ <span class="keywordflow">return</span> <a class="code" href="classzypp_1_1PoolItemBest.html#a7c98291815f3ec19506ac271c3540f91">pimpl</a>()-&gt;<a class="code" href="structzypp_1_1PoolItemBest_1_1Impl.html#ad6adfe37a75b6291c558351b62f1fa25">_container</a>; }</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classzypp_1_1PoolItemBest.html#a00800d0c6fa1e61038cadb183c2c02b3">   53</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1PoolItemBest.html#aa9268640269c562d3e8b3472d0fd40b3">PoolItemBest::add</a>( <span class="keyword">const</span> <a class="code" href="classzypp_1_1PoolItem.html">PoolItem</a> &amp; pi_r )</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;  {</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    <a class="code" href="classzypp_1_1PoolItemBest.html#a4132efc9b0d9e2e9e99bed084242e360">Container</a> &amp; <a class="code" href="classzypp_1_1PoolItemBest.html#a6c9d11b2ab375419faed4b52f903ee80">container</a>( <a class="code" href="classzypp_1_1PoolItemBest.html#a7c98291815f3ec19506ac271c3540f91">pimpl</a>()-&gt;_container );</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;    <a class="code" href="classzypp_1_1PoolItem.html">PoolItem</a> &amp; ccand( <a class="code" href="classzypp_1_1PoolItemBest.html#a6c9d11b2ab375419faed4b52f903ee80">container</a>[pi_r.<a class="code" href="structzypp_1_1sat_1_1SolvableType.html#a78de3f4b41f0965829beaa28245a25dd">satSolvable</a>().<a class="code" href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">ident</a>()] );</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    <span class="keywordflow">if</span> ( ! ccand || <a class="code" href="structzypp_1_1ui_1_1SelectableTraits_1_1AVOrder.html">ui::SelectableTraits::AVOrder</a>()( pi_r, ccand ) )</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;      ccand = pi_r;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;  }</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classzypp_1_1PoolItemBest.html#a6f76eea850288d15c68236dfee82e9b6">   61</a></span>&#160;  <a class="code" href="classzypp_1_1PoolItem.html">PoolItem</a> <a class="code" href="classzypp_1_1PoolItemBest.html#a6f76eea850288d15c68236dfee82e9b6">PoolItemBest::find</a>( <a class="code" href="classzypp_1_1IdString.html">IdString</a> ident_r )<span class="keyword"> const</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;    <span class="keyword">const</span> <a class="code" href="classzypp_1_1PoolItemBest.html#a4132efc9b0d9e2e9e99bed084242e360">Container</a> &amp; <a class="code" href="classzypp_1_1PoolItemBest.html#a6c9d11b2ab375419faed4b52f903ee80">container</a>( <a class="code" href="classzypp_1_1PoolItemBest.html#a7c98291815f3ec19506ac271c3540f91">pimpl</a>()-&gt;_container );</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;    Container::const_iterator it( <a class="code" href="classzypp_1_1PoolItemBest.html#a6c9d11b2ab375419faed4b52f903ee80">container</a>.find( ident_r ) );</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    <span class="keywordflow">return</span> it != <a class="code" href="classzypp_1_1PoolItemBest.html#a6c9d11b2ab375419faed4b52f903ee80">container</a>.end() ? it-&gt;second : <a class="code" href="classzypp_1_1PoolItem.html">PoolItem</a>();</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;  }</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;  <span class="comment">/******************************************************************</span></div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="comment">  **</span></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="comment">  **    FUNCTION NAME : operator&lt;&lt;</span></div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="comment">  **    FUNCTION TYPE : std::ostream &amp;</span></div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="comment">  */</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="namespacezypp.html#ad811c961156e394c4118bcaa55d5df90">   73</a></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_1PoolItemBest.html">PoolItemBest</a> &amp; obj )</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;  {</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    <span class="keywordflow">return</span> <a class="code" href="namespacezypp.html#aca13105e2531a707430f1204abcc0039">dumpRange</a>( <a class="code" href="namespacestr.html">str</a> &lt;&lt; <span class="stringliteral">&quot;(&quot;</span> &lt;&lt; obj.<a class="code" href="classzypp_1_1PoolItemBest.html#a1720e76b1cdfab7611d0bfd9c385c4df">size</a>() &lt;&lt; <span class="stringliteral">&quot;) &quot;</span>, obj.<a class="code" href="classzypp_1_1PoolItemBest.html#a740279c04dbc75dd383c3e749d2e8249">begin</a>(), obj.<a class="code" href="classzypp_1_1PoolItemBest.html#a8de99c8d9e2c1c592e114ac112a944ac">end</a>() );</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;  }</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="comment">// namespace zypp</span></div><div class="ttc" id="structzypp_1_1PoolItemBest_1_1Impl_html_ad6adfe37a75b6291c558351b62f1fa25"><div class="ttname"><a href="structzypp_1_1PoolItemBest_1_1Impl.html#ad6adfe37a75b6291c558351b62f1fa25">zypp::PoolItemBest::Impl::_container</a></div><div class="ttdeci">Container _container</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8cc_source.html#l00031">PoolItemBest.cc:31</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a7171bebe62f7bfca7e0c156da954d896"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a7171bebe62f7bfca7e0c156da954d896">zypp::PoolItemBest::_ctor_init</a></div><div class="ttdeci">void _ctor_init()</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8cc_source.html#l00047">PoolItemBest.cc:47</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a4132efc9b0d9e2e9e99bed084242e360"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a4132efc9b0d9e2e9e99bed084242e360">zypp::PoolItemBest::Container</a></div><div class="ttdeci">std::unordered_map&lt; IdString, PoolItem &gt; Container</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8h_source.html#l00062">PoolItemBest.h:62</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a59d9f0b289bd2fb99062c506fd0a1a90"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a59d9f0b289bd2fb99062c506fd0a1a90">zypp::PoolItemBest::_dont_use_this_use_pimpl</a></div><div class="ttdeci">shared_ptr&lt; void &gt; _dont_use_this_use_pimpl</div><div class="ttdoc">Avoid need to include Impl definition when inlined ctors (due to tepmlate) are provided.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8h_source.html#l00145">PoolItemBest.h:145</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a6c9d11b2ab375419faed4b52f903ee80"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a6c9d11b2ab375419faed4b52f903ee80">zypp::PoolItemBest::container</a></div><div class="ttdeci">const Container &amp; container() const</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8cc_source.html#l00050">PoolItemBest.cc:50</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_1IdString_html"><div class="ttname"><a href="classzypp_1_1IdString.html">zypp::IdString</a></div><div class="ttdoc">Access to the sat-pools string space.</div><div class="ttdef"><b>Definition:</b> <a href="IdString_8h_source.html#l00041">IdString.h:41</a></div></div>
<div class="ttc" id="namespacezypp_html_aca13105e2531a707430f1204abcc0039"><div class="ttname"><a href="namespacezypp.html#aca13105e2531a707430f1204abcc0039">zypp::dumpRange</a></div><div class="ttdeci">std::ostream &amp; dumpRange(std::ostream &amp;str, TIterator begin, TIterator end, const std::string &amp;intro=&quot;{&quot;, const std::string &amp;pfx=&quot;\n  &quot;, const std::string &amp;sep=&quot;\n  &quot;, const std::string &amp;sfx=&quot;\n&quot;, const std::string &amp;extro=&quot;}&quot;)</div><div class="ttdoc">Print range defined by iterators (multiline style).</div><div class="ttdef"><b>Definition:</b> <a href="LogTools_8h_source.html#l00091">LogTools.h:91</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="structzypp_1_1PoolItemBest_1_1Impl_html_a0eedb576c955fe88db0b4cded9be4ab0"><div class="ttname"><a href="structzypp_1_1PoolItemBest_1_1Impl.html#a0eedb576c955fe88db0b4cded9be4ab0">zypp::PoolItemBest::Impl::clone</a></div><div class="ttdeci">Impl * clone() const</div><div class="ttdoc">clone for RWCOW_pointer</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8cc_source.html#l00036">PoolItemBest.cc:36</a></div></div>
<div class="ttc" id="LogTools_8h_html"><div class="ttname"><a href="LogTools_8h.html">LogTools.h</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a740279c04dbc75dd383c3e749d2e8249"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a740279c04dbc75dd383c3e749d2e8249">zypp::PoolItemBest::begin</a></div><div class="ttdeci">iterator begin() const</div><div class="ttdoc">Pointer to the first PoolItem.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8h_source.html#l00114">PoolItemBest.h:114</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html">zypp::PoolItemBest</a></div><div class="ttdoc">Find the best candidates e.g.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8h_source.html#l00060">PoolItemBest.h:60</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a1720e76b1cdfab7611d0bfd9c385c4df"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a1720e76b1cdfab7611d0bfd9c385c4df">zypp::PoolItemBest::size</a></div><div class="ttdeci">size_type size() const</div><div class="ttdoc">Number of PoolItems collected.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8h_source.html#l00112">PoolItemBest.h:112</a></div></div>
<div class="ttc" id="structzypp_1_1PoolItemBest_1_1Impl_html"><div class="ttname"><a href="structzypp_1_1PoolItemBest_1_1Impl.html">zypp::PoolItemBest::Impl</a></div><div class="ttdoc">PoolItemBest implementation.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8cc_source.html#l00029">PoolItemBest.cc:29</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a7c98291815f3ec19506ac271c3540f91"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a7c98291815f3ec19506ac271c3540f91">zypp::PoolItemBest::pimpl</a></div><div class="ttdeci">RWCOW_pointer&lt; Impl &gt; &amp; pimpl()</div><div class="ttdoc">Pointer to implementation.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8h_source.html#l00141">PoolItemBest.h:141</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItem_html"><div class="ttname"><a href="classzypp_1_1PoolItem.html">zypp::PoolItem</a></div><div class="ttdoc">Combining sat::Solvable and ResStatus.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItem_8h_source.html#l00050">PoolItem.h:50</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a8de99c8d9e2c1c592e114ac112a944ac"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a8de99c8d9e2c1c592e114ac112a944ac">zypp::PoolItemBest::end</a></div><div class="ttdeci">iterator end() const</div><div class="ttdoc">Pointer behind the last PoolItem.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8h_source.html#l00116">PoolItemBest.h:116</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_aa9268640269c562d3e8b3472d0fd40b3"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#aa9268640269c562d3e8b3472d0fd40b3">zypp::PoolItemBest::add</a></div><div class="ttdeci">void add(sat::Solvable slv_r)</div><div class="ttdoc">Feed one sat::Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8h_source.html#l00092">PoolItemBest.h:92</a></div></div>
<div class="ttc" id="SelectableTraits_8h_html"><div class="ttname"><a href="SelectableTraits_8h.html">SelectableTraits.h</a></div></div>
<div class="ttc" id="PoolItemBest_8h_html"><div class="ttname"><a href="PoolItemBest_8h.html">PoolItemBest.h</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_1sat_1_1SolvableType_html_a78de3f4b41f0965829beaa28245a25dd"><div class="ttname"><a href="structzypp_1_1sat_1_1SolvableType.html#a78de3f4b41f0965829beaa28245a25dd">zypp::sat::SolvableType::satSolvable</a></div><div class="ttdeci">Solvable satSolvable() const</div><div class="ttdoc">Return the corresponding sat::Solvable.</div><div class="ttdef"><b>Definition:</b> <a href="SolvableType_8h_source.html#l00057">SolvableType.h:57</a></div></div>
<div class="ttc" id="classzypp_1_1sat_1_1Solvable_html_adf9d2a50e9c546dc93ef5d81ee621d47"><div class="ttname"><a href="classzypp_1_1sat_1_1Solvable.html#adf9d2a50e9c546dc93ef5d81ee621d47">zypp::sat::Solvable::ident</a></div><div class="ttdeci">IdString ident() const</div><div class="ttdoc">The identifier.</div><div class="ttdef"><b>Definition:</b> <a href="Solvable_8cc_source.html#l00265">Solvable.cc:265</a></div></div>
<div class="ttc" id="classzypp_1_1PoolItemBest_html_a6f76eea850288d15c68236dfee82e9b6"><div class="ttname"><a href="classzypp_1_1PoolItemBest.html#a6f76eea850288d15c68236dfee82e9b6">zypp::PoolItemBest::find</a></div><div class="ttdeci">PoolItem find(IdString ident_r) const</div><div class="ttdoc">Return the collected PoolItem with sat::Solvable::ident ident_r.</div><div class="ttdef"><b>Definition:</b> <a href="PoolItemBest_8cc_source.html#l00061">PoolItemBest.cc:61</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="structzypp_1_1ui_1_1SelectableTraits_1_1AVOrder_html"><div class="ttname"><a href="structzypp_1_1ui_1_1SelectableTraits_1_1AVOrder.html">zypp::ui::SelectableTraits::AVOrder</a></div><div class="ttdoc">Oder on AvailableItemSet.</div><div class="ttdef"><b>Definition:</b> <a href="SelectableTraits_8h_source.html#l00043">SelectableTraits.h:43</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="PoolItemBest_8cc.html">PoolItemBest.cc</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>