Česky
Kamil Dudka

Fast SAT Solver (C++, GAlib)

File detail

Name:DownloadclassFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html [Download]
Location: fss > doc > api > html
Size:8.1 KB
Last modification:2022-09-09 13:06

Source code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Fast SAT Solver: FixedFloat Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul>
</div>
<div class="nav">
<a class="el" href="namespaceFastSatSolver.html">FastSatSolver</a>::<a class="el" href="namespaceFastSatSolver_1_1StreamDecorator.html">StreamDecorator</a>::<a class="el" href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html">FixedFloat</a></div>
<h1>FixedFloat Class Reference<br>
<small>
[<a class="el" href="group__fssIO.html">I/O module</a>]</small>
</h1><!-- doxytag: class="FastSatSolver::StreamDecorator::FixedFloat" --><code>#include &lt;<a class="el" href="fssIO_8h-source.html">fssIO.h</a>&gt;</code>
<p>
<div class="dynheader">
Collaboration diagram for FixedFloat:</div>
<div class="dynsection">
<p><center><img src="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat__coll__graph.png" border="0" usemap="#FixedFloat__coll__map" alt="Collaboration graph"></center>
<map name="FixedFloat__coll__map">
<area shape="rect" href="structFastSatSolver_1_1StreamDecorator_1_1FixedFloat_1_1Private.html" title="Private" alt="" coords="16,5,85,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
 
<p>
<a href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
High-level stream manipulator for fixed floats. 
<p>Definition at line <a class="el" href="fssIO_8h-source.html#l00066">66</a> of file <a class="el" href="fssIO_8h-source.html">fssIO.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html#c107cf92898cb0f3c2e6d70f50ef9978">FixedFloat</a> (int integral, int decimal)</td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html#57fcacc479c2091ce92da441b6b5d47a">~FixedFloat</a> ()</td></tr>
 
<tr><td colspan="2"><br><h2>Friends</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::ostream &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html#0c2c51bf05815b9de5fa1ac961faa20d">operator&lt;&lt;</a> (std::ostream &amp;stream, const <a class="el" href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html">FixedFloat</a> &amp;)</td></tr>
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This behaves as standard stream manipulators.  <a href="#0c2c51bf05815b9de5fa1ac961faa20d"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFastSatSolver_1_1StreamDecorator_1_1FixedFloat_1_1Private.html">Private</a></td></tr>
 
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="c107cf92898cb0f3c2e6d70f50ef9978"></a><!-- doxytag: member="FastSatSolver::StreamDecorator::FixedFloat::FixedFloat" ref="c107cf92898cb0f3c2e6d70f50ef9978" args="(int integral, int decimal)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html">FixedFloat</a>           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>integral</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>decimal</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>integral</em>&nbsp;</td><td>length of integral part of float </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>decimal</em>&nbsp;</td><td>length of decimal part of float </td></tr>
  </table>
</dl>
 
<p>Definition at line <a class="el" href="fssIO_8cpp-source.html#l00045">45</a> of file <a class="el" href="fssIO_8cpp-source.html">fssIO.cpp</a>.</p>
 
<p>References <a class="el" href="fssIO_8cpp-source.html#l00043">FixedFloat::Private::precision</a>, and <a class="el" href="fssIO_8cpp-source.html#l00042">FixedFloat::Private::width</a>.</p>
 
</div>
</div><p>
<a class="anchor" name="57fcacc479c2091ce92da441b6b5d47a"></a><!-- doxytag: member="FastSatSolver::StreamDecorator::FixedFloat::~FixedFloat" ref="57fcacc479c2091ce92da441b6b5d47a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">~<a class="el" href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html">FixedFloat</a>           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
 
<p>Definition at line <a class="el" href="fssIO_8cpp-source.html#l00051">51</a> of file <a class="el" href="fssIO_8cpp-source.html">fssIO.cpp</a>.</p>
 
</div>
</div><p>
<hr><h2>Friends And Related Function Documentation</h2>
<a class="anchor" name="0c2c51bf05815b9de5fa1ac961faa20d"></a><!-- doxytag: member="FastSatSolver::StreamDecorator::FixedFloat::operator&lt;&lt;" ref="0c2c51bf05815b9de5fa1ac961faa20d" args="(std::ostream &amp;stream, const FixedFloat &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::ostream&amp; operator&lt;&lt;           </td>
          <td>(</td>
          <td class="paramtype">std::ostream &amp;&nbsp;</td>
          <td class="paramname"> <em>stream</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classFastSatSolver_1_1StreamDecorator_1_1FixedFloat.html">FixedFloat</a> &amp;&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
This behaves as standard stream manipulators. 
<p>
 
<p>Definition at line <a class="el" href="fssIO_8cpp-source.html#l00054">54</a> of file <a class="el" href="fssIO_8cpp-source.html">fssIO.cpp</a>.</p>
 
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="fssIO_8h-source.html">fssIO.h</a><li><a class="el" href="fssIO_8cpp-source.html">fssIO.cpp</a></ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Nov 5 22:30:22 2008 for Fast SAT Solver by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>