Sophie

Sophie

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

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: CVC3::PrettyPrinterCore 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 id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespaceCVC3.html">CVC3</a>      </li>
      <li class="navelem"><a class="el" href="classCVC3_1_1PrettyPrinterCore.html">PrettyPrinterCore</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">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">CVC3::PrettyPrinterCore Class Reference<div class="ingroups"><a class="el" href="group__PrettyPrinting.html">Pretty-printing related classes and methods</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::PrettyPrinterCore" --><!-- doxytag: inherits="CVC3::PrettyPrinter" -->
<p>Implementation of <a class="el" href="classCVC3_1_1PrettyPrinter.html" title="Abstract API to a pretty-printer for Expr.">PrettyPrinter</a> class.  
 <a href="classCVC3_1_1PrettyPrinterCore.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for CVC3::PrettyPrinterCore:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1PrettyPrinterCore.png" usemap="#CVC3::PrettyPrinterCore_map" alt=""/>
  <map id="CVC3::PrettyPrinterCore_map" name="CVC3::PrettyPrinterCore_map">
<area href="classCVC3_1_1PrettyPrinter.html" title="Abstract API to a pretty-printer for Expr." alt="CVC3::PrettyPrinter" shape="rect" coords="0,0,151,24"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1PrettyPrinterCore-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1PrettyPrinterCore.html#a61a4413ff04d6d1ea70dcfb512c594fd">PrettyPrinterCore</a> (<a class="el" href="classCVC3_1_1TheoryCore.html">TheoryCore</a> *core)
<dl class="el"><dd class="mdescRight">Constructor.  <a href="#a61a4413ff04d6d1ea70dcfb512c594fd"></a><br/></dl><li><a class="el" href="classCVC3_1_1ExprStream.html">ExprStream</a> &amp; <a class="el" href="classCVC3_1_1PrettyPrinterCore.html#a91da5a60dfc4dbe49c33805cc96665df">print</a> (<a class="el" href="classCVC3_1_1ExprStream.html">ExprStream</a> &amp;os, const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
<dl class="el"><dd class="mdescRight">The pretty-printer which subclasses must implement.  <a href="#a91da5a60dfc4dbe49c33805cc96665df"></a><br/></dl></ul>
<h2><a name="pri-methods"></a>
Private Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1PrettyPrinterCore.html#a8d7a03078e8c986d8d2162b877d11492">PrettyPrinterCore</a> ()
<dl class="el"><dd class="mdescRight">Disable the default constructor.  <a href="#a8d7a03078e8c986d8d2162b877d11492"></a><br/></dl></ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li><a class="el" href="classCVC3_1_1TheoryCore.html">TheoryCore</a> * <a class="el" href="classCVC3_1_1PrettyPrinterCore.html#a9af3db943fd316b650ba16c18cfd841f">d_core</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Implementation of <a class="el" href="classCVC3_1_1PrettyPrinter.html" title="Abstract API to a pretty-printer for Expr.">PrettyPrinter</a> class. </p>

<p>Definition at line <a class="el" href="theory__core_8cpp_source.html#l00048">48</a> of file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a8d7a03078e8c986d8d2162b877d11492"></a><!-- doxytag: member="CVC3::PrettyPrinterCore::PrettyPrinterCore" ref="a8d7a03078e8c986d8d2162b877d11492" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::PrettyPrinterCore::PrettyPrinterCore </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Disable the default constructor. </p>

<p>Definition at line <a class="el" href="theory__core_8cpp_source.html#l00052">52</a> of file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a61a4413ff04d6d1ea70dcfb512c594fd"></a><!-- doxytag: member="CVC3::PrettyPrinterCore::PrettyPrinterCore" ref="a61a4413ff04d6d1ea70dcfb512c594fd" args="(TheoryCore *core)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::PrettyPrinterCore::PrettyPrinterCore </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1TheoryCore.html">TheoryCore</a> *&#160;</td>
          <td class="paramname"><em>core</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Constructor. </p>

<p>Definition at line <a class="el" href="theory__core_8cpp_source.html#l00055">55</a> of file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a91da5a60dfc4dbe49c33805cc96665df"></a><!-- doxytag: member="CVC3::PrettyPrinterCore::print" ref="a91da5a60dfc4dbe49c33805cc96665df" args="(ExprStream &amp;os, const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprStream.html">ExprStream</a>&amp; CVC3::PrettyPrinterCore::print </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ExprStream.html">ExprStream</a> &amp;&#160;</td>
          <td class="paramname"><em>os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The pretty-printer which subclasses must implement. </p>

<p>Implements <a class="el" href="classCVC3_1_1PrettyPrinter.html#af07c9cf0d127e81d41c8819fb51c5430">CVC3::PrettyPrinter</a>.</p>

<p>Definition at line <a class="el" href="theory__core_8cpp_source.html#l00056">56</a> of file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>

<p>References <a class="el" href="expr_8h_source.html#l01168">CVC3::Expr::getKind()</a>, <a class="el" href="expr_8h_source.html#l01014">CVC3::Expr::isApply()</a>, <a class="el" href="expr_8h_source.html#l01006">CVC3::Expr::isString()</a>, and <a class="el" href="expr_8cpp_source.html#l00362">CVC3::Expr::print()</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a9af3db943fd316b650ba16c18cfd841f"></a><!-- doxytag: member="CVC3::PrettyPrinterCore::d_core" ref="a9af3db943fd316b650ba16c18cfd841f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1TheoryCore.html">TheoryCore</a>* <a class="el" href="classCVC3_1_1PrettyPrinterCore.html#a9af3db943fd316b650ba16c18cfd841f">CVC3::PrettyPrinterCore::d_core</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__core_8cpp_source.html#l00050">50</a> of file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="theory__core_8cpp_source.html">theory_core.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>