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: IObserver Interface 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_1IObserver.html">IObserver</a></div>
<h1>IObserver Interface Reference<br>
<small>
[<a class="el" href="group__SatSolver.html">SAT Solver</a>]</small>
</h1><!-- doxytag: class="FastSatSolver::IObserver" --><code>#include <<a class="el" href="SatSolver_8h-source.html">SatSolver.h</a>></code>
<p>
<div class="dynheader">
Inheritance diagram for IObserver:</div>
<div class="dynsection">
<p><center><img src="classFastSatSolver_1_1IObserver__inherit__graph.png" border="0" usemap="#IObserver__inherit__map" alt="Inheritance graph"></center>
<map name="IObserver__inherit__map">
<area shape="rect" href="classFastSatSolver_1_1FitnessWatch.html" title="Observer which write out message when maxFitness value is increased." alt="" coords="5,80,115,107"><area shape="rect" href="classFastSatSolver_1_1ProgressWatch.html" title="Observer which write out progress percentage when it is changed." alt="" coords="139,80,259,107"><area shape="rect" href="classFastSatSolver_1_1ResultsWatch.html" title="Observer which write out message when solution is found." alt="" coords="283,80,395,107"><area shape="rect" href="classFastSatSolver_1_1SolutionsCountStop.html" title="Observer which stop solver after specified count of solutions is found." alt="" coords="419,80,573,107"><area shape="rect" href="classFastSatSolver_1_1TimedStop.html" title="Observer which stops process after specified time." alt="" coords="597,80,693,107"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<p>
<a href="interfaceFastSatSolver_1_1IObserver-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Simple observer's base class.
<p>
<dl class="note" compact><dt><b>Note:</b></dt><dd>Design pattern <b>observer</b>. </dd></dl>
<p>Definition at line <a class="el" href="SatSolver_8h-source.html#l00072">72</a> of file <a class="el" href="SatSolver_8h-source.html">SatSolver.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">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classFastSatSolver_1_1IObserver.html#46df16d3047dd26f7eeaf8eef5709ccc">~IObserver</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classFastSatSolver_1_1IObserver.html#db968cb3b9d5c0f9c62efbc1ea91de8d">notify</a> ()=0</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Event notification, usually called by object implementing <a class="el" href="classFastSatSolver_1_1ISubject.html" title="Simple observer's subject base class.">ISubject</a> interface. <a href="#db968cb3b9d5c0f9c62efbc1ea91de8d"></a><br></td></tr>
</table>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="46df16d3047dd26f7eeaf8eef5709ccc"></a><!-- doxytag: member="FastSatSolver::IObserver::~IObserver" ref="46df16d3047dd26f7eeaf8eef5709ccc" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual ~<a class="el" href="classFastSatSolver_1_1IObserver.html">IObserver</a> </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>Definition at line <a class="el" href="SatSolver_8h-source.html#l00074">74</a> of file <a class="el" href="SatSolver_8h-source.html">SatSolver.h</a>.</p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="db968cb3b9d5c0f9c62efbc1ea91de8d"></a><!-- doxytag: member="FastSatSolver::IObserver::notify" ref="db968cb3b9d5c0f9c62efbc1ea91de8d" args="()=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void notify </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Event notification, usually called by object implementing <a class="el" href="classFastSatSolver_1_1ISubject.html" title="Simple observer's subject base class.">ISubject</a> interface.
<p>
<dl class="note" compact><dt><b>Note:</b></dt><dd>Design pattern <b>observer</b> </dd></dl>
<p>Implemented in <a class="el" href="classFastSatSolver_1_1TimedStop.html#7ff19734eb024bd6f3e2ad95647b1b27">TimedStop</a>, <a class="el" href="classFastSatSolver_1_1ProgressWatch.html#7ff19734eb024bd6f3e2ad95647b1b27">ProgressWatch</a>, <a class="el" href="classFastSatSolver_1_1SolutionsCountStop.html#7ff19734eb024bd6f3e2ad95647b1b27">SolutionsCountStop</a>, <a class="el" href="classFastSatSolver_1_1FitnessWatch.html#7ff19734eb024bd6f3e2ad95647b1b27">FitnessWatch</a>, and <a class="el" href="classFastSatSolver_1_1ResultsWatch.html#7ff19734eb024bd6f3e2ad95647b1b27">ResultsWatch</a>.</p>
<p>Referenced by <a class="el" href="SatSolver_8cpp-source.html#l00049">AbstractSubject::notify()</a>.</p>
</div>
</div><p>
<hr>The documentation for this interface was generated from the following file:<ul>
<li><a class="el" href="SatSolver_8h-source.html">SatSolver.h</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>