Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a24e1a39141f9b4ca49bd1e2e23a54ba > files > 50

polybori-doc-0.5rc.p9-6mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>PolyBoRi: CCuddLastIter.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<h1>CCuddLastIter.h</h1><a href="CCuddLastIter_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// -*- c++ -*-</span>
<a name="l00002"></a>00002 <span class="comment">//*****************************************************************************</span>
<a name="l00051"></a>00051 <span class="comment"></span><span class="comment">//*****************************************************************************</span>
<a name="l00052"></a>00052 
<a name="l00053"></a>00053 <span class="comment">// include basic definitions</span>
<a name="l00054"></a>00054 <span class="preprocessor">#include "<a class="code" href="CCuddNavigator_8h.html">CCuddNavigator.h</a>"</span>
<a name="l00055"></a>00055 
<a name="l00056"></a>00056 <span class="preprocessor">#ifndef CCuddLastIter_h_</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span><span class="preprocessor">#define CCuddLastIter_h_</span>
<a name="l00058"></a>00058 <span class="preprocessor"></span>
<a name="l00059"></a>00059 <a class="code" href="pbori__defs_8h.html#6ae360a591580558f31b6157ee792a10" title="Start project&amp;#39;s namespace.">BEGIN_NAMESPACE_PBORI</a>
<a name="l00060"></a>00060 
<a name="l00067"></a><a class="code" href="classpolybori_1_1CCuddLastIter.html">00067</a> <span class="keyword">class </span><a class="code" href="classpolybori_1_1CCuddLastIter.html" title="This class defines an iterator over the last minimal term of a given ZDD node.">CCuddLastIter</a> :
<a name="l00068"></a>00068   <span class="keyword">public</span> <a class="code" href="classpolybori_1_1CCuddNavigator.html" title="This class defines an iterator for navigating through then and else branches of ZDDs...">CCuddNavigator</a> {
<a name="l00069"></a>00069 
<a name="l00070"></a>00070 <span class="keyword">public</span>:
<a name="l00072"></a><a class="code" href="classpolybori_1_1CCuddLastIter.html#5c7e5f5f54aedb03fe6ea1a6f72eb53c">00072</a>   <span class="keyword">typedef</span> std::forward_iterator_tag iterator_category;
<a name="l00073"></a>00073 
<a name="l00075"></a><a class="code" href="classpolybori_1_1CCuddLastIter.html#ccd977ed12ea32756a074c437195fcda">00075</a>   <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1CCuddLastIter.html" title="This class defines an iterator over the last minimal term of a given ZDD node.">CCuddLastIter</a> <span class="keyword">self</span>;
<a name="l00076"></a>00076 
<a name="l00078"></a><a class="code" href="classpolybori_1_1CCuddLastIter.html#2e561955731ffce700325f269aed09da">00078</a>   <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1CCuddNavigator.html" title="This class defines an iterator for navigating through then and else branches of ZDDs...">CCuddNavigator</a> <a class="code" href="classpolybori_1_1CCuddNavigator.html" title="This class defines an iterator for navigating through then and else branches of ZDDs...">base</a>;
<a name="l00079"></a>00079 
<a name="l00081"></a><a class="code" href="classpolybori_1_1CCuddLastIter.html#a9d0503a79ca9c69a99fb40af4005473">00081</a>   <a class="code" href="classpolybori_1_1CCuddLastIter.html#a9d0503a79ca9c69a99fb40af4005473" title="Default constructor and construct from node pointer.">CCuddLastIter</a>(): <a class="code" href="classpolybori_1_1CCuddNavigator.html" title="This class defines an iterator for navigating through then and else branches of ZDDs...">base</a>() {}
<a name="l00082"></a>00082   <a class="code" href="classpolybori_1_1CCuddLastIter.html" title="This class defines an iterator over the last minimal term of a given ZDD node.">CCuddLastIter</a>(pointer_type ptr);
<a name="l00083"></a>00083 
<a name="l00085"></a>00085   <a class="code" href="classpolybori_1_1CCuddLastIter.html" title="This class defines an iterator over the last minimal term of a given ZDD node.">CCuddLastIter</a>(<span class="keyword">const</span> <span class="keyword">self</span>&amp;);
<a name="l00086"></a>00086 
<a name="l00088"></a>00088   ~<a class="code" href="classpolybori_1_1CCuddLastIter.html" title="This class defines an iterator over the last minimal term of a given ZDD node.">CCuddLastIter</a>();
<a name="l00089"></a>00089 
<a name="l00091"></a>00091   <span class="keyword">self</span>&amp; operator++();
<a name="l00092"></a>00092 
<a name="l00094"></a>00094   <span class="keyword">self</span> operator++(<span class="keywordtype">int</span>);
<a name="l00095"></a>00095 
<a name="l00096"></a>00096 <span class="keyword">protected</span>:
<a name="l00098"></a>00098   <span class="keywordtype">void</span> terminateConstant();
<a name="l00099"></a>00099 };
<a name="l00100"></a>00100 
<a name="l00101"></a>00101 
<a name="l00102"></a>00102 <a class="code" href="pbori__defs_8h.html#faf094fde6c1a7f1aad18bcb455f3b06" title="Finish project&amp;#39;s namespace.">END_NAMESPACE_PBORI</a>
<a name="l00103"></a>00103 
<a name="l00104"></a>00104 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 9 14:30:54 2009 for PolyBoRi by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>