This file is indexed.

/usr/share/mozart/doc/cpiref/node16.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.2 The class PEL_ParamTable</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="node15.html#pel.overview">&lt;&lt; Prev</A></TD><TD><A href="pel.html">- Up -</A></TD><TD><A href="node17.html#pel.eventlist">Next &gt;&gt;</A></TD></TR></TABLE><DIV id="pel.paramtable"><H2><A name="pel.paramtable">4.2 The class <CODE>PEL_ParamTable</CODE></A></H2><P> </P><DL><DT class="member"><CODE>Sadd</CODE> <A name="label309"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket">&nbsp;[</SPAN><I>member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE><SPAN class="type">int</SPAN>&nbsp;<SPAN class="functionname">add</SPAN>(<SPAN class="type">int</SPAN>&nbsp;<SPAN class="variablename">i</SPAN>);</CODE> </P></BLOCKQUOTE></DD><DD><P>Add parameter index <CODE>i</CODE> to parameter table. The table index where <CODE>i</CODE> is stored is returned. </P></DD><DT class="member"><CODE>getHigh</CODE> <A name="label310"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket">&nbsp;[</SPAN><I>member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE><SPAN class="type">int</SPAN>&nbsp;<SPAN class="functionname">getHigh</SPAN>(<SPAN class="type">void</SPAN>);</CODE></P></BLOCKQUOTE></DD><DD><P>Returns the highest table index of the table. </P></DD><DT class="operator"><CODE><SPAN class="keyword">operator</SPAN>&nbsp;[]</CODE> <A name="label311"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket">&nbsp;[</SPAN><I>operator member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE><SPAN class="type">int</SPAN>&nbsp;&amp;<SPAN class="keyword">operator</SPAN>&nbsp;<SPAN class="functionname">[]</SPAN>&nbsp;(<SPAN class="type">int</SPAN>&nbsp;<SPAN class="variablename">i</SPAN>);</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns a reference to the element at table position <CODE>i</CODE>, i.e., the element can be read and written. </P></DD></DL><P> </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node15.html#pel.overview">&lt;&lt; Prev</A></TD><TD><A href="pel.html">- Up -</A></TD><TD><A href="node17.html#pel.eventlist">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>