Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 583ffa4ba069126c3ba0bc565dc0485a > files > 692

cvc3-doc-2.4.1-1.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>CVC3: LFSCProofGeneric Class 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.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">CVC3&#160;<span id="projectnumber">2.4.1</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</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 id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="#pri-methods">Private Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a>  </div>
  <div class="headertitle">
<div class="title">LFSCProofGeneric Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="LFSCProofGeneric" --><!-- doxytag: inherits="LFSCProof" -->
<p><code>#include &lt;<a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for LFSCProofGeneric:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classLFSCProofGeneric.png" usemap="#LFSCProofGeneric_map" alt=""/>
  <map id="LFSCProofGeneric_map" name="LFSCProofGeneric_map">
<area href="classLFSCProof.html" alt="LFSCProof" shape="rect" coords="0,112,120,136"/>
<area href="classLFSCObj.html" alt="LFSCObj" shape="rect" coords="0,56,120,80"/>
<area href="classObj.html" alt="Obj" shape="rect" coords="0,0,120,24"/>
</map>
 </div></div>

<p><a href="classLFSCProofGeneric-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li>virtual <a class="el" href="classLFSCProofGeneric.html">LFSCProofGeneric</a> * <a class="el" href="classLFSCProofGeneric.html#a89efd3123a97c54a31a477e75185dd63">AsLFSCProofGeneric</a> ()
<li>void <a class="el" href="classLFSCProofGeneric.html#aa1bc4b22316c2bff7f852d2a4799f533">print_pf</a> (std::ostream &amp;s, int ind=0)
<li><a class="el" href="classLFSCProof.html">LFSCProof</a> * <a class="el" href="classLFSCProofGeneric.html#aec701cd210f5e2aa1734c644c0ab4c6a">clone</a> ()
<li>int <a class="el" href="classLFSCProofGeneric.html#a588df357bf41ff575e52cb7dd0d34040">getNumChildren</a> ()
<li><a class="el" href="classLFSCProof.html">LFSCProof</a> * <a class="el" href="classLFSCProofGeneric.html#a10ab8502f739ebccfa77b8a8436223fe">getChild</a> (int n)
</ul>
<h2><a name="pub-static-methods"></a>
Static Public Member Functions</h2>
<ul>
<li>static <a class="el" href="classLFSCProof.html">LFSCProof</a> * <a class="el" href="classLFSCProofGeneric.html#a1bf5343c88454d1ffb552a3e2f59ddc8">Make</a> (vector&lt; <a class="el" href="classRefPtr.html">RefPtr</a>&lt; <a class="el" href="classLFSCProof.html">LFSCProof</a> &gt; &gt; &amp;d_pfs, std::vector&lt; string &gt; &amp;d_strs, bool db_str=false)
<li>static <a class="el" href="classLFSCProof.html">LFSCProof</a> * <a class="el" href="classLFSCProofGeneric.html#a9f28fa214447cdab3c480e45d0073e7f">Make</a> (string str_pre, <a class="el" href="classLFSCProof.html">LFSCProof</a> *sub_pf, string str_post, bool db_str=false)
<li>static <a class="el" href="classLFSCProof.html">LFSCProof</a> * <a class="el" href="classLFSCProofGeneric.html#aad6cda2b26fbc8a719eceb463368d3d6">Make</a> (string str_pre, <a class="el" href="classLFSCProof.html">LFSCProof</a> *sub_pf1, <a class="el" href="classLFSCProof.html">LFSCProof</a> *sub_pf2, string str_post, bool db_str=false)
<li>static <a class="el" href="classLFSCProof.html">LFSCProof</a> * <a class="el" href="classLFSCProofGeneric.html#abf29b3cdedf8439a6ee65ebc137340f5">MakeStr</a> (const char *c, bool db_str=false)
<li>static <a class="el" href="classLFSCProof.html">LFSCProof</a> * <a class="el" href="classLFSCProofGeneric.html#a49ff2fcc1122bbecf8fff0559ddeccad">MakeUnk</a> ()
</ul>
<h2><a name="pri-methods"></a>
Private Member Functions</h2>
<ul>
<li><a class="el" href="classLFSCProofGeneric.html#a45f64e0c33400e0a27191914e9e7054e">LFSCProofGeneric</a> (vector&lt; <a class="el" href="classRefPtr.html">RefPtr</a>&lt; <a class="el" href="classLFSCProof.html">LFSCProof</a> &gt; &gt; &amp;d_pfs, vector&lt; string &gt; &amp;d_strs, bool db_str=false)
<li>virtual <a class="el" href="classLFSCProofGeneric.html#a356d195515529108c3c143abcf1850d8">~LFSCProofGeneric</a> ()
<li>long int <a class="el" href="classLFSCProofGeneric.html#a7acae5a8c672b63f1aab26c3feb9ab67">get_length</a> ()
</ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li>vector&lt; <a class="el" href="classRefPtr.html">RefPtr</a>&lt; <a class="el" href="classLFSCProof.html">LFSCProof</a> &gt; &gt; <a class="el" href="classLFSCProofGeneric.html#af785d15d167f9f5f3985caa179ca9f85">d_pf</a>
<li>vector&lt; string &gt; <a class="el" href="classLFSCProofGeneric.html#ae985971cfcdba65ec9e39472b023effe">d_str</a>
<li>bool <a class="el" href="classLFSCProofGeneric.html#ab1c9b0ca7c6984d0bf6de79761510131">debug_str</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00061">61</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a45f64e0c33400e0a27191914e9e7054e"></a><!-- doxytag: member="LFSCProofGeneric::LFSCProofGeneric" ref="a45f64e0c33400e0a27191914e9e7054e" args="(vector&lt; RefPtr&lt; LFSCProof &gt; &gt; &amp;d_pfs, vector&lt; string &gt; &amp;d_strs, bool db_str=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">LFSCProofGeneric::LFSCProofGeneric </td>
          <td>(</td>
          <td class="paramtype">vector&lt; <a class="el" href="classRefPtr.html">RefPtr</a>&lt; <a class="el" href="classLFSCProof.html">LFSCProof</a> &gt; &gt; &amp;&#160;</td>
          <td class="paramname"><em>d_pfs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">vector&lt; string &gt; &amp;&#160;</td>
          <td class="paramname"><em>d_strs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>db_str</em> = <code>false</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00067">67</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00063">d_pf</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00064">d_str</a>, and <a class="el" href="LFSCUtilProof_8h_source.html#l00065">debug_str</a>.</p>

<p>Referenced by <a class="el" href="LFSCUtilProof_8h_source.html#l00089">clone()</a>, <a class="el" href="LFSCUtilProof_8cpp_source.html#l00090">Make()</a>, and <a class="el" href="LFSCUtilProof_8cpp_source.html#l00113">MakeStr()</a>.</p>

</div>
</div>
<a class="anchor" id="a356d195515529108c3c143abcf1850d8"></a><!-- doxytag: member="LFSCProofGeneric::~LFSCProofGeneric" ref="a356d195515529108c3c143abcf1850d8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual LFSCProofGeneric::~LFSCProofGeneric </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, private, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00074">74</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a7acae5a8c672b63f1aab26c3feb9ab67"></a><!-- doxytag: member="LFSCProofGeneric::get_length" ref="a7acae5a8c672b63f1aab26c3feb9ab67" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">long int LFSCProofGeneric::get_length </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [private, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classLFSCProof.html#a4f6cb66f81baeb838874bfc2ee51595e">LFSCProof</a>.</p>

<p>Definition at line <a class="el" href="LFSCUtilProof_8cpp_source.html#l00070">70</a> of file <a class="el" href="LFSCUtilProof_8cpp_source.html">LFSCUtilProof.cpp</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00063">d_pf</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00064">d_str</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00065">debug_str</a>, and <a class="el" href="LFSCProof_8h_source.html#l00073">LFSCProof::get_string_length()</a>.</p>

</div>
</div>
<a class="anchor" id="a89efd3123a97c54a31a477e75185dd63"></a><!-- doxytag: member="LFSCProofGeneric::AsLFSCProofGeneric" ref="a89efd3123a97c54a31a477e75185dd63" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classLFSCProofGeneric.html">LFSCProofGeneric</a>* LFSCProofGeneric::AsLFSCProofGeneric </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classLFSCProof.html#a11df493e82f924825e42d2bcef64c1f6">LFSCProof</a>.</p>

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00077">77</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

</div>
</div>
<a class="anchor" id="aa1bc4b22316c2bff7f852d2a4799f533"></a><!-- doxytag: member="LFSCProofGeneric::print_pf" ref="aa1bc4b22316c2bff7f852d2a4799f533" args="(std::ostream &amp;s, int ind=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void LFSCProofGeneric::print_pf </td>
          <td>(</td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>s</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>ind</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements <a class="el" href="classLFSCProof.html#a9ad1d738b10d731108f63b9d86796c00">LFSCProof</a>.</p>

<p>Definition at line <a class="el" href="LFSCUtilProof_8cpp_source.html#l00081">81</a> of file <a class="el" href="LFSCUtilProof_8cpp_source.html">LFSCUtilProof.cpp</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00063">d_pf</a>, and <a class="el" href="LFSCUtilProof_8h_source.html#l00064">d_str</a>.</p>

</div>
</div>
<a class="anchor" id="a1bf5343c88454d1ffb552a3e2f59ddc8"></a><!-- doxytag: member="LFSCProofGeneric::Make" ref="a1bf5343c88454d1ffb552a3e2f59ddc8" args="(vector&lt; RefPtr&lt; LFSCProof &gt; &gt; &amp;d_pfs, std::vector&lt; string &gt; &amp;d_strs, bool db_str=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="classLFSCProof.html">LFSCProof</a>* LFSCProofGeneric::Make </td>
          <td>(</td>
          <td class="paramtype">vector&lt; <a class="el" href="classRefPtr.html">RefPtr</a>&lt; <a class="el" href="classLFSCProof.html">LFSCProof</a> &gt; &gt; &amp;&#160;</td>
          <td class="paramname"><em>d_pfs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::vector&lt; string &gt; &amp;&#160;</td>
          <td class="paramname"><em>d_strs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>db_str</em> = <code>false</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00080">80</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00067">LFSCProofGeneric()</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00018">LFSCConvert::convert()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l01718">LFSCConvert::do_bso()</a>, <a class="el" href="LFSCProof_8cpp_source.html#l00397">LFSCProof::Make_and_elim()</a>, <a class="el" href="LFSCProof_8cpp_source.html#l00104">LFSCProof::Make_CNF()</a>, <a class="el" href="LFSCProof_8cpp_source.html#l00384">LFSCProof::Make_mimic()</a>, <a class="el" href="LFSCProof_8cpp_source.html#l00372">LFSCProof::Make_not_not_elim()</a>, and <a class="el" href="TReturn_8cpp_source.html#l00125">TReturn::normalize_tr()</a>.</p>

</div>
</div>
<a class="anchor" id="a9f28fa214447cdab3c480e45d0073e7f"></a><!-- doxytag: member="LFSCProofGeneric::Make" ref="a9f28fa214447cdab3c480e45d0073e7f" args="(string str_pre, LFSCProof *sub_pf, string str_post, bool db_str=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classLFSCProof.html">LFSCProof</a> * LFSCProofGeneric::Make </td>
          <td>(</td>
          <td class="paramtype">string&#160;</td>
          <td class="paramname"><em>str_pre</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classLFSCProof.html">LFSCProof</a> *&#160;</td>
          <td class="paramname"><em>sub_pf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">string&#160;</td>
          <td class="paramname"><em>str_post</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>db_str</em> = <code>false</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8cpp_source.html#l00090">90</a> of file <a class="el" href="LFSCUtilProof_8cpp_source.html">LFSCUtilProof.cpp</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00067">LFSCProofGeneric()</a>.</p>

</div>
</div>
<a class="anchor" id="aad6cda2b26fbc8a719eceb463368d3d6"></a><!-- doxytag: member="LFSCProofGeneric::Make" ref="aad6cda2b26fbc8a719eceb463368d3d6" args="(string str_pre, LFSCProof *sub_pf1, LFSCProof *sub_pf2, string str_post, bool db_str=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classLFSCProof.html">LFSCProof</a> * LFSCProofGeneric::Make </td>
          <td>(</td>
          <td class="paramtype">string&#160;</td>
          <td class="paramname"><em>str_pre</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classLFSCProof.html">LFSCProof</a> *&#160;</td>
          <td class="paramname"><em>sub_pf1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classLFSCProof.html">LFSCProof</a> *&#160;</td>
          <td class="paramname"><em>sub_pf2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">string&#160;</td>
          <td class="paramname"><em>str_post</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>db_str</em> = <code>false</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8cpp_source.html#l00100">100</a> of file <a class="el" href="LFSCUtilProof_8cpp_source.html">LFSCUtilProof.cpp</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00067">LFSCProofGeneric()</a>.</p>

</div>
</div>
<a class="anchor" id="abf29b3cdedf8439a6ee65ebc137340f5"></a><!-- doxytag: member="LFSCProofGeneric::MakeStr" ref="abf29b3cdedf8439a6ee65ebc137340f5" args="(const char *c, bool db_str=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classLFSCProof.html">LFSCProof</a> * LFSCProofGeneric::MakeStr </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>c</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>db_str</em> = <code>false</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8cpp_source.html#l00113">113</a> of file <a class="el" href="LFSCUtilProof_8cpp_source.html">LFSCUtilProof.cpp</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00067">LFSCProofGeneric()</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="LFSCProof_8cpp_source.html#l00104">LFSCProof::Make_CNF()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l01705">LFSCConvert::make_trusted()</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00088">MakeUnk()</a>, and <a class="el" href="TReturn_8cpp_source.html#l00125">TReturn::normalize_tr()</a>.</p>

</div>
</div>
<a class="anchor" id="a49ff2fcc1122bbecf8fff0559ddeccad"></a><!-- doxytag: member="LFSCProofGeneric::MakeUnk" ref="a49ff2fcc1122bbecf8fff0559ddeccad" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="classLFSCProof.html">LFSCProof</a>* LFSCProofGeneric::MakeUnk </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00088">88</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8cpp_source.html#l00113">MakeStr()</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>.</p>

</div>
</div>
<a class="anchor" id="aec701cd210f5e2aa1734c644c0ab4c6a"></a><!-- doxytag: member="LFSCProofGeneric::clone" ref="aec701cd210f5e2aa1734c644c0ab4c6a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classLFSCProof.html">LFSCProof</a>* LFSCProofGeneric::clone </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements <a class="el" href="classLFSCProof.html#a0fff5e24b97c44080514e3ec6f15d751">LFSCProof</a>.</p>

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00089">89</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00063">d_pf</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00064">d_str</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00065">debug_str</a>, and <a class="el" href="LFSCUtilProof_8h_source.html#l00067">LFSCProofGeneric()</a>.</p>

</div>
</div>
<a class="anchor" id="a588df357bf41ff575e52cb7dd0d34040"></a><!-- doxytag: member="LFSCProofGeneric::getNumChildren" ref="a588df357bf41ff575e52cb7dd0d34040" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int LFSCProofGeneric::getNumChildren </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classLFSCProof.html#aedc30ad27db2049d1e6782918bdc2608">LFSCProof</a>.</p>

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00090">90</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00063">d_pf</a>.</p>

</div>
</div>
<a class="anchor" id="a10ab8502f739ebccfa77b8a8436223fe"></a><!-- doxytag: member="LFSCProofGeneric::getChild" ref="a10ab8502f739ebccfa77b8a8436223fe" args="(int n)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classLFSCProof.html">LFSCProof</a>* LFSCProofGeneric::getChild </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>n</em></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classLFSCProof.html#ac60cfef82cf6aaa935668cbfab2ecd10">LFSCProof</a>.</p>

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00091">91</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>References <a class="el" href="LFSCUtilProof_8h_source.html#l00063">d_pf</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="af785d15d167f9f5f3985caa179ca9f85"></a><!-- doxytag: member="LFSCProofGeneric::d_pf" ref="af785d15d167f9f5f3985caa179ca9f85" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vector&lt; <a class="el" href="classRefPtr.html">RefPtr</a>&lt; <a class="el" href="classLFSCProof.html">LFSCProof</a> &gt; &gt; <a class="el" href="classLFSCProofGeneric.html#af785d15d167f9f5f3985caa179ca9f85">LFSCProofGeneric::d_pf</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00063">63</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>Referenced by <a class="el" href="LFSCUtilProof_8h_source.html#l00089">clone()</a>, <a class="el" href="LFSCUtilProof_8cpp_source.html#l00070">get_length()</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00091">getChild()</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00090">getNumChildren()</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00067">LFSCProofGeneric()</a>, and <a class="el" href="LFSCUtilProof_8cpp_source.html#l00081">print_pf()</a>.</p>

</div>
</div>
<a class="anchor" id="ae985971cfcdba65ec9e39472b023effe"></a><!-- doxytag: member="LFSCProofGeneric::d_str" ref="ae985971cfcdba65ec9e39472b023effe" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vector&lt; string &gt; <a class="el" href="classLFSCProofGeneric.html#ae985971cfcdba65ec9e39472b023effe">LFSCProofGeneric::d_str</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00064">64</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>Referenced by <a class="el" href="LFSCUtilProof_8h_source.html#l00089">clone()</a>, <a class="el" href="LFSCUtilProof_8cpp_source.html#l00070">get_length()</a>, <a class="el" href="LFSCUtilProof_8h_source.html#l00067">LFSCProofGeneric()</a>, and <a class="el" href="LFSCUtilProof_8cpp_source.html#l00081">print_pf()</a>.</p>

</div>
</div>
<a class="anchor" id="ab1c9b0ca7c6984d0bf6de79761510131"></a><!-- doxytag: member="LFSCProofGeneric::debug_str" ref="ab1c9b0ca7c6984d0bf6de79761510131" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classLFSCProofGeneric.html#ab1c9b0ca7c6984d0bf6de79761510131">LFSCProofGeneric::debug_str</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="LFSCUtilProof_8h_source.html#l00065">65</a> of file <a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a>.</p>

<p>Referenced by <a class="el" href="LFSCUtilProof_8h_source.html#l00089">clone()</a>, <a class="el" href="LFSCUtilProof_8cpp_source.html#l00070">get_length()</a>, and <a class="el" href="LFSCUtilProof_8h_source.html#l00067">LFSCProofGeneric()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="LFSCUtilProof_8h_source.html">LFSCUtilProof.h</a></li>
<li><a class="el" href="LFSCUtilProof_8cpp_source.html">LFSCUtilProof.cpp</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Sep 7 2011 for CVC3 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>