Sophie

Sophie

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

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: BooleSet.h File Reference</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>
</div>
<div class="contents">
<h1>BooleSet.h File Reference</h1><code>#include &quot;<a class="el" href="pbori__defs_8h_source.html">pbori_defs.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="CDDInterface_8h_source.html">CDDInterface.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="pbori__func_8h_source.html">pbori_func.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="BooleRing_8h_source.html">BooleRing.h</a>&quot;</code><br>

<p>
<a href="BooleSet_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpolybori_1_1BooleSet.html">polybori::BooleSet</a></td></tr>

<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html">polybori</a></td></tr>

<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="BooleSet_8h.html#44f579c5e19f78512f991a644698d383">PBORI_CONST_DDFUNCS</a>(func)&nbsp;&nbsp;&nbsp;self func(const self&amp; rhs) const { return self(base::func(rhs.diagram())); }</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="BooleSet_8h.html#2f598b8038826a7834c2bed55adc2d5a">PBORI_DDFUNCS</a>(func)&nbsp;&nbsp;&nbsp;self&amp; func(const self&amp; rhs) { base::func(rhs.diagram()); return *this; }</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="BooleSet_8h.html#dde8682e47a373b4ca6872eae62db7b2">PBORI_CONST_DDFUNCS_IDX</a>(func)&nbsp;&nbsp;&nbsp;self func(idx_type idx) const { return self(base::func(idx)); }</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="BooleSet_8h.html#a63f3b8954a5cf615d60f74bb35bba96">PBORI_DDFUNCS_IDX</a>(func)&nbsp;&nbsp;&nbsp;self&amp; func(idx_type idx) { base::func(idx); return *this; }</td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">BooleSet::ostream_type &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#1012be4cdaed2a8e9594b90a52a1dbce">polybori::operator&lt;&lt;</a> (BooleSet::ostream_type &amp;os, const BooleSet &amp;bset)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Stream output operator.  <a href="#1012be4cdaed2a8e9594b90a52a1dbce"></a><br></td></tr>
</table>
<hr><h2>Detailed Description</h2>
<dl class="author" compact><dt><b>Author:</b></dt><dd>Alexander Dreyer </dd></dl>
<dl class="date" compact><dt><b>Date:</b></dt><dd>2006-04-20</dd></dl>
This file defines the class BooleSet, which is currently just a typedef.<p>
<dl class="user" compact><dt><b>Copyright:</b></dt><dd>(c) 2006 by The PolyBoRi Team </dd></dl>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="44f579c5e19f78512f991a644698d383"></a><!-- doxytag: member="BooleSet.h::PBORI_CONST_DDFUNCS" ref="44f579c5e19f78512f991a644698d383" args="(func)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PBORI_CONST_DDFUNCS          </td>
          <td>(</td>
          <td class="paramtype">func&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td>&nbsp;&nbsp;&nbsp;self func(const self&amp; rhs) const { return self(base::func(rhs.diagram())); }</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="dde8682e47a373b4ca6872eae62db7b2"></a><!-- doxytag: member="BooleSet.h::PBORI_CONST_DDFUNCS_IDX" ref="dde8682e47a373b4ca6872eae62db7b2" args="(func)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PBORI_CONST_DDFUNCS_IDX          </td>
          <td>(</td>
          <td class="paramtype">func&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td>&nbsp;&nbsp;&nbsp;self func(idx_type idx) const { return self(base::func(idx)); }</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="2f598b8038826a7834c2bed55adc2d5a"></a><!-- doxytag: member="BooleSet.h::PBORI_DDFUNCS" ref="2f598b8038826a7834c2bed55adc2d5a" args="(func)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PBORI_DDFUNCS          </td>
          <td>(</td>
          <td class="paramtype">func&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td>&nbsp;&nbsp;&nbsp;self&amp; func(const self&amp; rhs) { base::func(rhs.diagram()); return *this; }</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="a63f3b8954a5cf615d60f74bb35bba96"></a><!-- doxytag: member="BooleSet.h::PBORI_DDFUNCS_IDX" ref="a63f3b8954a5cf615d60f74bb35bba96" args="(func)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PBORI_DDFUNCS_IDX          </td>
          <td>(</td>
          <td class="paramtype">func&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td>&nbsp;&nbsp;&nbsp;self&amp; func(idx_type idx) { base::func(idx); return *this; }</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 9 14:30:59 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>