Fast SAT Solver (C++, GAlib)
Detail souboru
Zdrojový kód
<!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: SatItemSet::Private Struct 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 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 List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="nav">
<a class="el" href="namespaceFastSatSolver.html">FastSatSolver</a>::<a class="el" href="classFastSatSolver_1_1SatItemSet.html">SatItemSet</a>::<a class="el" href="structFastSatSolver_1_1SatItemSet_1_1Private.html">Private</a></div>
<h1>SatItemSet::Private Struct Reference</h1><!-- doxytag: class="FastSatSolver::SatItemSet::Private" -->
<p>
<a href="structFastSatSolver_1_1SatItemSet_1_1Private-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="SatSolver_8cpp-source.html#l00207">207</a> of file <a class="el" href="SatSolver_8cpp-source.html">SatSolver.cpp</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::set<br>
< <a class="el" href="classFastSatSolver_1_1SatItemSet_1_1Private_1_1SatItemHashDecorator.html">SatItemHashDecorator</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structFastSatSolver_1_1SatItemSet_1_1Private.html#7fab1a75ed2698002704ae5e7ba16310">TSet</a></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="structFastSatSolver_1_1SatItemSet_1_1Private.html#e50e61bb65bb3328f6afbd8e005cb96f">addItem</a> (<a class="el" href="classFastSatSolver_1_1ISatItem.html">ISatItem</a> *item)</td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structFastSatSolver_1_1SatItemSet_1_1Private.html#7fab1a75ed2698002704ae5e7ba16310">TSet</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structFastSatSolver_1_1SatItemSet_1_1Private.html#28859a3f21ecd1d11c95e2d22898d5b0">set</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classFastSatSolver_1_1SatItemSet_1_1Private_1_1SatItemHashDecorator.html">SatItemHashDecorator</a></td></tr>
</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="7fab1a75ed2698002704ae5e7ba16310"></a><!-- doxytag: member="FastSatSolver::SatItemSet::Private::TSet" ref="7fab1a75ed2698002704ae5e7ba16310" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::set<<a class="el" href="classFastSatSolver_1_1SatItemSet_1_1Private_1_1SatItemHashDecorator.html">SatItemHashDecorator</a>> <a class="el" href="structFastSatSolver_1_1SatItemSet_1_1Private.html#7fab1a75ed2698002704ae5e7ba16310">TSet</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>Definition at line <a class="el" href="SatSolver_8cpp-source.html#l00238">238</a> of file <a class="el" href="SatSolver_8cpp-source.html">SatSolver.cpp</a>.</p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="e50e61bb65bb3328f6afbd8e005cb96f"></a><!-- doxytag: member="FastSatSolver::SatItemSet::Private::addItem" ref="e50e61bb65bb3328f6afbd8e005cb96f" args="(ISatItem *item)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void addItem </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classFastSatSolver_1_1ISatItem.html">ISatItem</a> * </td>
<td class="paramname"> <em>item</em> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>Definition at line <a class="el" href="SatSolver_8cpp-source.html#l00241">241</a> of file <a class="el" href="SatSolver_8cpp-source.html">SatSolver.cpp</a>.</p>
<p>References <a class="el" href="SatSolver_8cpp-source.html#l00214">SatItemSet::Private::SatItemHashDecorator::dispose()</a>.</p>
<p>Referenced by <a class="el" href="SatSolver_8cpp-source.html#l00260">SatItemSet::addItem()</a>.</p>
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="28859a3f21ecd1d11c95e2d22898d5b0"></a><!-- doxytag: member="FastSatSolver::SatItemSet::Private::set" ref="28859a3f21ecd1d11c95e2d22898d5b0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structFastSatSolver_1_1SatItemSet_1_1Private.html#7fab1a75ed2698002704ae5e7ba16310">TSet</a> <a class="el" href="structFastSatSolver_1_1SatItemSet_1_1Private.html#28859a3f21ecd1d11c95e2d22898d5b0">set</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>Definition at line <a class="el" href="SatSolver_8cpp-source.html#l00239">239</a> of file <a class="el" href="SatSolver_8cpp-source.html">SatSolver.cpp</a>.</p>
<p>Referenced by <a class="el" href="SatSolver_8cpp-source.html#l00273">SatItemSet::clear()</a>, <a class="el" href="SatSolver_8cpp-source.html#l00263">SatItemSet::createVector()</a>, and <a class="el" href="SatSolver_8cpp-source.html#l00257">SatItemSet::getLength()</a>.</p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="SatSolver_8cpp-source.html">SatSolver.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
<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>