Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > aaf33964de706a538481c929c1da6a44 > files > 6725

faust-doc-0.9.10-5mdv2010.1.x86_64.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>FAUST compiler: Rule Struct 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.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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="classes.html"><span>Class&nbsp;Index</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>
<div class="contents">
<h1>Rule Struct Reference</h1><!-- doxytag: class="Rule" --><div class="dynheader">
Collaboration diagram for Rule:</div>
<div class="dynsection">
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="structRule-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#a08c7ed30058f87757a0f0984b805112f">Rule</a> (int _r, <a class="el" href="classCTree.html">Tree</a> _id)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#a7eb37c534d07c6808a4153fc685a2298">Rule</a> (int _r, <a class="el" href="classCTree.html">Tree</a> _id, const <a class="el" href="patternmatcher_8cpp.html#a9d962b10c8fdb6619915dd0807f8fcec">Path</a> &amp;_p)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#afdab5cca4e8a31c807e6cf760e7479c8">Rule</a> (const <a class="el" href="structRule.html">Rule</a> &amp;rule)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="structRule.html">Rule</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#a1d1dc81d8e37cfc88f95de8eefb835f8">operator=</a> (const <a class="el" href="structRule.html">Rule</a> &amp;rule)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#a77f742fc7f51a37f0271dc3c9dc70a05">operator==</a> (const <a class="el" href="structRule.html">Rule</a> &amp;rule) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#a0531d32ba4712d2f2c0ad32ad91b3c81">operator&lt;</a> (const <a class="el" href="structRule.html">Rule</a> &amp;rule) const </td></tr>
<tr><td colspan="2"><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classCTree.html">Tree</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#a41291d97b9ca70ebffda11a40a0772de">id</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="patternmatcher_8cpp.html#a9d962b10c8fdb6619915dd0807f8fcec">Path</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRule.html#a3a6e90a688d4fe3082d17a62cbe2e6dc">p</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00075">75</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a08c7ed30058f87757a0f0984b805112f"></a><!-- doxytag: member="Rule::Rule" ref="a08c7ed30058f87757a0f0984b805112f" args="(int _r, Tree _id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Rule::Rule </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>_r</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCTree.html">Tree</a>&nbsp;</td>
          <td class="paramname"> <em>_id</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00080">80</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>

<p><div class="fragment"><pre class="fragment"><a name="l00080"></a>00080 : <a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a>(_r), <a class="code" href="structRule.html#a41291d97b9ca70ebffda11a40a0772de">id</a>(_id), <a class="code" href="structRule.html#a3a6e90a688d4fe3082d17a62cbe2e6dc">p</a>(<a class="code" href="patternmatcher_8cpp.html#a9d962b10c8fdb6619915dd0807f8fcec">Path</a>()) {}
</pre></div></p>

</div>
</div>
<a class="anchor" id="a7eb37c534d07c6808a4153fc685a2298"></a><!-- doxytag: member="Rule::Rule" ref="a7eb37c534d07c6808a4153fc685a2298" args="(int _r, Tree _id, const Path &amp;_p)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Rule::Rule </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>_r</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCTree.html">Tree</a>&nbsp;</td>
          <td class="paramname"> <em>_id</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="patternmatcher_8cpp.html#a9d962b10c8fdb6619915dd0807f8fcec">Path</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>_p</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

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

<p><div class="fragment"><pre class="fragment"><a name="l00081"></a>00081 : <a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a>(_r), <a class="code" href="structRule.html#a41291d97b9ca70ebffda11a40a0772de">id</a>(_id), <a class="code" href="structRule.html#a3a6e90a688d4fe3082d17a62cbe2e6dc">p</a>(_p) {}
</pre></div></p>

</div>
</div>
<a class="anchor" id="afdab5cca4e8a31c807e6cf760e7479c8"></a><!-- doxytag: member="Rule::Rule" ref="afdab5cca4e8a31c807e6cf760e7479c8" args="(const Rule &amp;rule)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Rule::Rule </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structRule.html">Rule</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>rule</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00082">82</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>

<p><div class="fragment"><pre class="fragment"><a name="l00082"></a>00082 : <a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a>(rule.<a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a>), <a class="code" href="structRule.html#a41291d97b9ca70ebffda11a40a0772de">id</a>(rule.<a class="code" href="structRule.html#a41291d97b9ca70ebffda11a40a0772de">id</a>), <a class="code" href="structRule.html#a3a6e90a688d4fe3082d17a62cbe2e6dc">p</a>(rule.<a class="code" href="structRule.html#a3a6e90a688d4fe3082d17a62cbe2e6dc">p</a>) {}
</pre></div></p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a0531d32ba4712d2f2c0ad32ad91b3c81"></a><!-- doxytag: member="Rule::operator&lt;" ref="a0531d32ba4712d2f2c0ad32ad91b3c81" args="(const Rule &amp;rule) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Rule::operator&lt; </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structRule.html">Rule</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>rule</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00089">89</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>

<p>References <a class="el" href="patternmatcher_8cpp_source.html#l00076">r</a>.</p>

<p><div class="fragment"><pre class="fragment"><a name="l00090"></a>00090   { <span class="keywordflow">return</span> <a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a> &lt; rule.<a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a>; }
</pre></div></p>

</div>
</div>
<a class="anchor" id="a1d1dc81d8e37cfc88f95de8eefb835f8"></a><!-- doxytag: member="Rule::operator=" ref="a1d1dc81d8e37cfc88f95de8eefb835f8" args="(const Rule &amp;rule)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structRule.html">Rule</a>&amp; Rule::operator= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structRule.html">Rule</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>rule</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00084">84</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>

<p>References <a class="el" href="patternmatcher_8cpp_source.html#l00077">id</a>, <a class="el" href="patternmatcher_8cpp_source.html#l00078">p</a>, and <a class="el" href="patternmatcher_8cpp_source.html#l00076">r</a>.</p>

<p><div class="fragment"><pre class="fragment"><a name="l00085"></a>00085   { <a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a> = rule.<a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a>; <span class="keywordtype">id</span> = rule.<a class="code" href="structRule.html#a41291d97b9ca70ebffda11a40a0772de">id</a>; <a class="code" href="structRule.html#a3a6e90a688d4fe3082d17a62cbe2e6dc">p</a> = rule.<a class="code" href="structRule.html#a3a6e90a688d4fe3082d17a62cbe2e6dc">p</a>; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }
</pre></div></p>

</div>
</div>
<a class="anchor" id="a77f742fc7f51a37f0271dc3c9dc70a05"></a><!-- doxytag: member="Rule::operator==" ref="a77f742fc7f51a37f0271dc3c9dc70a05" args="(const Rule &amp;rule) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Rule::operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structRule.html">Rule</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>rule</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00087">87</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>

<p>References <a class="el" href="patternmatcher_8cpp_source.html#l00076">r</a>.</p>

<p><div class="fragment"><pre class="fragment"><a name="l00088"></a>00088   { <span class="keywordflow">return</span> <a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a> == rule.<a class="code" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">r</a>; }
</pre></div></p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a41291d97b9ca70ebffda11a40a0772de"></a><!-- doxytag: member="Rule::id" ref="a41291d97b9ca70ebffda11a40a0772de" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCTree.html">Tree</a> <a class="el" href="structRule.html#a41291d97b9ca70ebffda11a40a0772de">Rule::id</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00077">77</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>

<p>Referenced by <a class="el" href="patternmatcher_8cpp_source.html#l00084">operator=()</a>.</p>

</div>
</div>
<a class="anchor" id="a3a6e90a688d4fe3082d17a62cbe2e6dc"></a><!-- doxytag: member="Rule::p" ref="a3a6e90a688d4fe3082d17a62cbe2e6dc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="patternmatcher_8cpp.html#a9d962b10c8fdb6619915dd0807f8fcec">Path</a> <a class="el" href="structRule.html#a3a6e90a688d4fe3082d17a62cbe2e6dc">Rule::p</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00078">78</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>

<p>Referenced by <a class="el" href="patternmatcher_8cpp_source.html#l00084">operator=()</a>.</p>

</div>
</div>
<a class="anchor" id="ac6097dd32d7ca061023f151b572a1e5e"></a><!-- doxytag: member="Rule::r" ref="ac6097dd32d7ca061023f151b572a1e5e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structRule.html#ac6097dd32d7ca061023f151b572a1e5e">Rule::r</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="patternmatcher_8cpp_source.html#l00076">76</a> of file <a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a>.</p>

<p>Referenced by <a class="el" href="patternmatcher_8cpp_source.html#l00089">operator&lt;()</a>, <a class="el" href="patternmatcher_8cpp_source.html#l00084">operator=()</a>, and <a class="el" href="patternmatcher_8cpp_source.html#l00087">operator==()</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="patternmatcher_8cpp_source.html">patternmatcher.cpp</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Thu Apr 29 00:00:22 2010 for FAUST compiler by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>