This file is indexed.

/usr/share/mozart/doc/cpiref/node19.html is in mozart-doc 1.4.0-8ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>4.5 The class PEL_PropFnctTable</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node18.html#pel.propfncttableentry">&lt;&lt; Prev</A></TD><TD><A href="pel.html">- Up -</A></TD><TD><A href="node20.html#pel.propqueue">Next &gt;&gt;</A></TD></TR></TABLE><DIV id="pel.propfncttable"><H2><A name="pel.propfncttable">4.5 The class <CODE>PEL_PropFnctTable</CODE></A></H2><P></P><DL><DT class="constructor"><CODE>PEL_PropFnctTable</CODE> <A name="label324"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket">&nbsp;[</SPAN><I>constructor</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>PEL_PropFnctTable(<SPAN class="type">void</SPAN>);</CODE></P></BLOCKQUOTE></DD><DD><P>Constructs a propagation function table. </P></DD><DT class="member"><CODE>add</CODE> <A name="label325"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket">&nbsp;[</SPAN><I>member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE><SPAN class="type">int</SPAN>&nbsp;<SPAN class="functionname">add</SPAN>(<SPAN class="type">PEL_ParamTable</SPAN>&nbsp;&amp;<SPAN class="variablename">pt</SPAN>,&nbsp;<SPAN class="type">PEL_PropQueue</SPAN>&nbsp;&amp;<SPAN class="variablename">pq</SPAN>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN class="type">pf_fnct_t</SPAN>&nbsp;<SPAN class="variablename">fnct</SPAN>,&nbsp;<SPAN class="type">int</SPAN>&nbsp;<SPAN class="variablename">x</SPAN>,&nbsp;<SPAN class="type">int</SPAN>&nbsp;<SPAN class="variablename">y</SPAN>);<BR>&nbsp;<BR><SPAN class="type">int</SPAN>&nbsp;<SPAN class="functionname">add</SPAN>(<SPAN class="type">PEL_ParamTable</SPAN>&nbsp;&amp;<SPAN class="variablename">pt</SPAN>,&nbsp;<SPAN class="type">PEL_PropQueue</SPAN>&nbsp;&amp;<SPAN class="variablename">pq</SPAN>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN class="type">pf_fnct_t</SPAN>&nbsp;<SPAN class="variablename">fnct</SPAN>,&nbsp;<SPAN class="type">int</SPAN>&nbsp;<SPAN class="variablename">x</SPAN>,&nbsp;<SPAN class="type">int</SPAN>&nbsp;<SPAN class="variablename">y</SPAN>,&nbsp;<SPAN class="type">int</SPAN>&nbsp;<SPAN class="variablename">z</SPAN>);</CODE></BLOCKQUOTE><P> </P></BLOCKQUOTE></DD><DD><P>Adds an entry for the propagation function <CODE>fnct</CODE> with parameters <CODE>x</CODE> and <CODE>y</CODE> (resp. <CODE>x</CODE>, <CODE>y</CODE>, and <CODE>z</CODE>) and returns the index of the entry in the table. The propagation function is registered with <CODE>pq</CODE> and the parameter indices are stored in <CODE>pt</CODE>. </P></DD></DL><P></P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node18.html#pel.propfncttableentry">&lt;&lt; Prev</A></TD><TD><A href="pel.html">- Up -</A></TD><TD><A href="node20.html#pel.propqueue">Next &gt;&gt;</A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~tmueller/">Tobias&nbsp;Müller</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>