Sophie

Sophie

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

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/parser/ParserProgress.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('ParserProgress_8h_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">ParserProgress.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="ParserProgress_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*---------------------------------------------------------------------\</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">|                          ____ _   __ __ ___                          |</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">|                         |__  / \ / / . \ . \                         |</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">|                           / / \ V /|  _/  _/                         |</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">|                          / /__ | | | | | |                           |</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">|                         /_____||_| |_| |_|                           |</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">|                                                                      |</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">\---------------------------------------------------------------------*/</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#ifndef ZYPP_ParserProgress_H</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#define ZYPP_ParserProgress_H</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &quot;boost/shared_ptr.hpp&quot;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &quot;boost/function.hpp&quot;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacezypp.html">zypp</a></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;{ </div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="keyword">namespace </span>parser</div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;{ </div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html">   22</a></span>&#160;  <span class="keyword">class </span><a class="code" href="classzypp_1_1parser_1_1ParserProgress.html">ParserProgress</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">public</span>:</div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#a10c7d83d9e09314326590404d16e810f">   25</a></span>&#160;      <span class="keyword">typedef</span> boost::shared_ptr&lt;ParserProgress&gt; <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a10c7d83d9e09314326590404d16e810f">Ptr</a>;</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;      </div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#a3a5a20536642ed3a7d89bdc9ebde6fd2">   33</a></span>&#160;      <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a3a5a20536642ed3a7d89bdc9ebde6fd2">ParserProgress</a>( boost::function&lt;<span class="keywordtype">void</span> (<span class="keywordtype">long</span> <span class="keywordtype">int</span>)&gt; fnc, <span class="keywordtype">long</span> <span class="keywordtype">int</span> total_steps = 100 )</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;      : <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">_fnc</a>(fnc), <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">_previous_progress</a>(0), <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a1ad1a5014f6701913adea69fc2a99bf1">_total_steps</a>(total_steps)</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;      {</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;        </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;      </div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#a25b7eeef5b37239dbcfdf6ced968a9e7">   39</a></span>&#160;      <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a25b7eeef5b37239dbcfdf6ced968a9e7">~ParserProgress</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;      </div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#ac52926c6f852b603da65d725948a1b9f">   48</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#ac52926c6f852b603da65d725948a1b9f">progress</a>(<span class="keywordtype">long</span> <span class="keywordtype">int</span> p)</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">   50</span>&#160;        <span class="comment">//std::cout &lt;&lt; &quot;real &quot; &lt;&lt; p &lt;&lt; std::endl;</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;        <span class="keywordflow">if</span> ( <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a1ad1a5014f6701913adea69fc2a99bf1">_total_steps</a> != 100 )</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">   53</span>&#160;          <span class="keywordtype">long</span> <span class="keywordtype">int</span> current_done = p;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;          p = (<span class="keywordtype">long</span> int)(((<span class="keywordtype">double</span>) current_done/(<span class="keywordtype">double</span>) <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a1ad1a5014f6701913adea69fc2a99bf1">_total_steps</a>)*100);</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;        }</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="keywordflow">if</span> (<a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">_fnc</a> &amp;&amp; ( p !=  <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">_previous_progress</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;          <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">_previous_progress</a> = p;</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;          <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">_fnc</a>(p);</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;        }</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;      </div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#a510197e4e5d2530e6d6ac691d82de2f9">   64</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a510197e4e5d2530e6d6ac691d82de2f9">setTotalSteps</a>( <span class="keywordtype">long</span> <span class="keywordtype">int</span> total_steps )</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;      {</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;        <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a1ad1a5014f6701913adea69fc2a99bf1">_total_steps</a> = total_steps;</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;      </div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#ad721168d4307643e06ff17edcac75ae4">   72</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#ad721168d4307643e06ff17edcac75ae4">finish</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;        <span class="keywordtype">int</span> p = 100;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;        <span class="keywordflow">if</span> (<a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">_fnc</a> &amp;&amp; ( p !=  <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">_previous_progress</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;          <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">_previous_progress</a> = p;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;          <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">_fnc</a>(p);</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;        }</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;      }</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;      </div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#aa891fa1db78ed6f2a525cdb9e0e73c29">   85</a></span>&#160;      <span class="keywordtype">void</span> <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#aa891fa1db78ed6f2a525cdb9e0e73c29">start</a>()</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;      {</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;        <span class="keywordtype">int</span> p = 0;</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;        <span class="keywordflow">if</span> (<a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">_fnc</a> &amp;&amp; ( p !=  <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">_previous_progress</a> ))</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;        {</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;          <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">_previous_progress</a> = p;</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;          <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">_fnc</a>(p);</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;        }</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;      }</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;      </div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;    <span class="keyword">private</span>:</div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">   96</a></span>&#160;      boost::function&lt;void (<span class="keywordtype">long</span> <span class="keywordtype">int</span>)&gt; <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">_fnc</a>;</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">   97</a></span>&#160;      <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">_previous_progress</a>;</div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classzypp_1_1parser_1_1ParserProgress.html#a1ad1a5014f6701913adea69fc2a99bf1">   98</a></span>&#160;      <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="classzypp_1_1parser_1_1ParserProgress.html#a1ad1a5014f6701913adea69fc2a99bf1">_total_steps</a>;</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;  };</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;} <span class="comment">// namespace parser</span></div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;} <span class="comment">// namespace zypp</span></div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<span class="comment"></span><span class="preprocessor">#endif // ZYPP_ParserProgress_H</span></div><div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_a0dc00587752566e1f20b84b4be6d7b7a"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#a0dc00587752566e1f20b84b4be6d7b7a">zypp::parser::ParserProgress::_fnc</a></div><div class="ttdeci">boost::function&lt; void(long int)&gt; _fnc</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00096">ParserProgress.h:96</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html">zypp::parser::ParserProgress</a></div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00022">ParserProgress.h:22</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_a3a5a20536642ed3a7d89bdc9ebde6fd2"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#a3a5a20536642ed3a7d89bdc9ebde6fd2">zypp::parser::ParserProgress::ParserProgress</a></div><div class="ttdeci">ParserProgress(boost::function&lt; void(long int)&gt; fnc, long int total_steps=100)</div><div class="ttdoc">initializes a progress objetc, with a callback functor if you are not reporting percentage,...</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00033">ParserProgress.h:33</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_a10c7d83d9e09314326590404d16e810f"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#a10c7d83d9e09314326590404d16e810f">zypp::parser::ParserProgress::Ptr</a></div><div class="ttdeci">boost::shared_ptr&lt; ParserProgress &gt; Ptr</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00025">ParserProgress.h:25</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_a1ad1a5014f6701913adea69fc2a99bf1"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#a1ad1a5014f6701913adea69fc2a99bf1">zypp::parser::ParserProgress::_total_steps</a></div><div class="ttdeci">long int _total_steps</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00098">ParserProgress.h:98</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_aa891fa1db78ed6f2a525cdb9e0e73c29"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#aa891fa1db78ed6f2a525cdb9e0e73c29">zypp::parser::ParserProgress::start</a></div><div class="ttdeci">void start()</div><div class="ttdoc">report progress started</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00085">ParserProgress.h:85</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_ac52926c6f852b603da65d725948a1b9f"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#ac52926c6f852b603da65d725948a1b9f">zypp::parser::ParserProgress::progress</a></div><div class="ttdeci">void progress(long int p)</div><div class="ttdoc">report progress, which in most cases executes the functor associated with this progress object to upd...</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00048">ParserProgress.h:48</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_a510197e4e5d2530e6d6ac691d82de2f9"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#a510197e4e5d2530e6d6ac691d82de2f9">zypp::parser::ParserProgress::setTotalSteps</a></div><div class="ttdeci">void setTotalSteps(long int total_steps)</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00064">ParserProgress.h:64</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_a25b7eeef5b37239dbcfdf6ced968a9e7"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#a25b7eeef5b37239dbcfdf6ced968a9e7">zypp::parser::ParserProgress::~ParserProgress</a></div><div class="ttdeci">~ParserProgress()</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00039">ParserProgress.h:39</a></div></div>
<div class="ttc" id="classzypp_1_1parser_1_1ParserProgress_html_a5013312c0739d888be38bfe639a8636b"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#a5013312c0739d888be38bfe639a8636b">zypp::parser::ParserProgress::_previous_progress</a></div><div class="ttdeci">long int _previous_progress</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00097">ParserProgress.h:97</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_1parser_1_1ParserProgress_html_ad721168d4307643e06ff17edcac75ae4"><div class="ttname"><a href="classzypp_1_1parser_1_1ParserProgress.html#ad721168d4307643e06ff17edcac75ae4">zypp::parser::ParserProgress::finish</a></div><div class="ttdeci">void finish()</div><div class="ttdoc">report progress finished</div><div class="ttdef"><b>Definition:</b> <a href="ParserProgress_8h_source.html#l00072">ParserProgress.h:72</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_0c50c097c08cb551fbc386ff78d6683e.html">parser</a></li><li class="navelem"><a class="el" href="ParserProgress_8h.html">ParserProgress.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>