/usr/share/mozart/doc/cpiref/node11.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 3 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>2.2 The class OZ_CtWakeUp </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="node10.html#ct.reference.def"><< Prev</A></TD><TD><A href="ct.html">- Up -</A></TD><TD><A href="node12.html#ct.reference.profile">Next >></A></TD></TR></TABLE><DIV id="ct.reference.wakeup"><H2><A name="ct.reference.wakeup">2.2 The class <CODE>OZ_CtWakeUp</CODE> </A></H2><P></P><DL><DT class="member"><CODE>init</CODE> <A name="label261"></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">init</SPAN>(<SPAN class="type">void</SPAN>);</CODE> </P></BLOCKQUOTE></DD><DD><P>Initializes an instance of this class. <A href="node11.html#label266"><SUP>1</SUP></A> </P></DD><DT class="member"><CODE>isEmpty</CODE> <A name="label262"></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">OZ_Boolean</SPAN> <SPAN class="functionname">isEmpty</SPAN>(<SPAN class="type">void</SPAN>);</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns <CODE>OZ_True</CODE> if no wake-up list has to be scanned. </P></DD><DT class="member"><CODE>setWakeUp</CODE> <A name="label263"></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">OZ_Boolean</SPAN> <SPAN class="functionname">setWakeUp</SPAN>(<SPAN class="type">int</SPAN> <SPAN class="variablename">i</SPAN>);</CODE> </P></BLOCKQUOTE></DD><DD><P>Sets the wake-up list indexed by <CODE>i</CODE> (<CODE>i</CODE> <IMG alt="=
0,\ldots," src="latex20.png"> <CODE>getNoOfWakeUpLists()</CODE>-1) to be scanned. </P></DD><DT class="member"><CODE>isWakeUp</CODE> <A name="label264"></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">OZ_Boolean</SPAN> <SPAN class="functionname">isWakeUp</SPAN>(<SPAN class="type">int</SPAN> <SPAN class="variablename">i</SPAN>);</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns <CODE>OZ_True</CODE> if the corresponding wake-up list indexed by <CODE>i</CODE> is to be scanned. </P></DD><DT class="static"><CODE>getWakeUpAll</CODE> <A name="label265"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket"> [</SPAN><I>static member function</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P><CODE><SPAN class="keyword">static</SPAN> <SPAN class="type">OZ_CtWakeUp</SPAN> <SPAN class="functionname">getWakeUpAll</SPAN>(<SPAN class="type">void</SPAN>);</CODE> </P></BLOCKQUOTE></DD><DD><P>Sets all possible wake-up events. </P></DD></DL><P> </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node10.html#ct.reference.def"><< Prev</A></TD><TD><A href="ct.html">- Up -</A></TD><TD><A href="node12.html#ct.reference.profile">Next >></A></TD></TR></TABLE><HR align="left" width="30%"><DIV class="footnote"><A name="label266">1. </A>Note that there is no default constructor for some implementational reasons. </DIV><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>
|