/usr/share/mozart/doc/cpiref/node17.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.3 The class PEL_EventList</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="node16.html#pel.paramtable"><< Prev</A></TD><TD><A href="pel.html">- Up -</A></TD><TD><A href="node18.html#pel.propfncttableentry">Next >></A></TD></TR></TABLE><DIV id="pel.eventlist"><H2><A name="pel.eventlist">4.3 The class <CODE>PEL_EventList</CODE></A></H2><P></P><DL><DT class="member"><CODE>add</CODE> <A name="label312"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket"> [</SPAN><I>member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE><SPAN class="type">int</SPAN> <SPAN class="functionname">add</SPAN>(<SPAN class="type">int</SPAN> <SPAN class="variablename">i</SPAN>);</CODE> </P></BLOCKQUOTE></DD><DD><P>Add propagation function index <CODE>i</CODE> to event list. The event list index where <CODE>i</CODE> is stored is returned. </P></DD><DT class="member"><CODE>wakeup</CODE> <A name="label313"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket"> [</SPAN><I>member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE><SPAN class="type">void</SPAN> <SPAN class="functionname">wakeup</SPAN>(<SPAN class="type">PEL_PropQueue</SPAN> *<SPAN class="variablename">pq</SPAN>, <SPAN class="type">PEL_PropFnctTable</SPAN> * <SPAN class="variablename">pft</SPAN>[]);</CODE> </P></BLOCKQUOTE></DD><DD><P>Copies all entries of the event list to <CODE>pq</CODE> and marks the appropriate entries in <CODE>pft</CODE> as <EM>scheduled</EM>. </P></DD><DT class="member"><CODE>getHigh</CODE> <A name="label314"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket"> [</SPAN><I>member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE><SPAN class="type">int</SPAN> <SPAN class="functionname">getHigh</SPAN>(<SPAN class="type">void</SPAN>);</CODE></P></BLOCKQUOTE></DD><DD><P>Returns the highest index of the event list. </P></DD><DT class="operator"><CODE><SPAN class="keyword">operator</SPAN> []</CODE> <A name="label315"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket"> [</SPAN><I>operator member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE><SPAN class="type">int</SPAN> &<SPAN class="keyword">operator</SPAN> <SPAN class="functionname">[]</SPAN> (<SPAN class="type">int</SPAN> <SPAN class="variablename">i</SPAN>);</CODE></P></BLOCKQUOTE></DD><DD><P>Returns a reference to the element at event list 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="node16.html#pel.paramtable"><< Prev</A></TD><TD><A href="pel.html">- Up -</A></TD><TD><A href="node18.html#pel.propfncttableentry">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~tmueller/">Tobias Müller</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|