]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/module-doc/classucrec.html
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / module-doc / classucrec.html
index 7e3628b5a77a6eead416104dd9ccda683097642a..b6d0393cf4934639b08608aaeba0de0507affd4c 100644 (file)
 <p>
 <code>#include &lt;<a class="el" href="channels_8h-source.html">channels.h</a>&gt;</code>
 <p>
-Inherits <a class="el" href="classclassbase.html">classbase</a>.
-<p>
-<a href="classucrec-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
+Inheritance diagram for ucrec:<p><center><img src="classucrec__inherit__graph.gif" border="0" usemap="#ucrec__inherit__map" alt="Inheritance graph"></center>
+<map name="ucrec__inherit__map">
+<area href="classclassbase.html" shape="rect" coords="8,7,88,34" alt="">
+</map>
+<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for ucrec:<p><center><img src="classucrec__coll__graph.gif" border="0" usemap="#ucrec__coll__map" alt="Collaboration graph"></center>
+<map name="ucrec__coll__map">
+<area href="classclassbase.html" shape="rect" coords="8,178,88,205" alt="">
+<area href="classchanrec.html" shape="rect" coords="222,178,292,205" alt="">
+</map>
+<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classucrec-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classucrec.html#a0">ucrec</a> ()</td></tr>
@@ -20,7 +27,7 @@ Inherits <a class="el" href="classclassbase.html">classbase</a>.
 <tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classucrec.html#a1">~ucrec</a> ()</td></tr>
 
 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align=right valign=top>long&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classucrec.html#o0">uc_modes</a></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>char&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classucrec.html#o0">uc_modes</a></td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Contains a bitmask of the UCMODE_OP ... </em> <a href="#o0"></a><em><br><br></td></tr>
 <tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classchanrec.html">chanrec</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classucrec.html#o1">channel</a></td></tr>
@@ -34,7 +41,7 @@ The uc_modes member holds a bitmask of which privilages the user has on the chan
 <p>
 
 <p>
-Definition at line <a class="el" href="channels_8h-source.html#l00202">202</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
+Definition at line <a class="el" href="channels_8h-source.html#l00222">222</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
 <a name="a0" doxytag="ucrec::ucrec"></a><p>
 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
   <tr>
@@ -62,9 +69,9 @@ Definition at line <a class="el" href="channels_8h-source.html#l00202">202</a> o
 <p>
 
 <p>
-Definition at line <a class="el" href="channels_8h-source.html#l00215">215</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
+Definition at line <a class="el" href="channels_8h-source.html#l00235">235</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
 <p>
-<div class="fragment"><pre>00215 { <span class="comment">/* stub */</span> }
+<div class="fragment"><pre>00235 { <span class="comment">/* stub */</span> }
 </pre></div>    </td>
   </tr>
 </table>
@@ -95,9 +102,9 @@ Definition at line <a class="el" href="channels_8h-source.html#l00215">215</a> o
 <p>
 
 <p>
-Definition at line <a class="el" href="channels_8h-source.html#l00216">216</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
+Definition at line <a class="el" href="channels_8h-source.html#l00236">236</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
 <p>
-<div class="fragment"><pre>00216 { <span class="comment">/* stub */</span> }
+<div class="fragment"><pre>00236 { <span class="comment">/* stub */</span> }
 </pre></div>    </td>
   </tr>
 </table>
@@ -125,9 +132,9 @@ Points to the channel record where the given modes apply.
 <p>
 If the record is not in use, this value will be NULL.
 <p>
-Definition at line <a class="el" href="channels_8h-source.html#l00213">213</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
+Definition at line <a class="el" href="channels_8h-source.html#l00233">233</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
 <p>
-Referenced by <a class="el" href="users_8cpp-source.html#l00026">userrec::userrec()</a>.    </td>
+Referenced by <a class="el" href="modules_8cpp-source.html#l00700">Server::PseudoToUser()</a>, and <a class="el" href="users_8cpp-source.html#l00028">userrec::userrec()</a>.    </td>
   </tr>
 </table>
 <a name="o0" doxytag="ucrec::uc_modes"></a><p>
@@ -136,7 +143,7 @@ Referenced by <a class="el" href="users_8cpp-source.html#l00026">userrec::userre
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> long <a class="el" href="classucrec.html#o0">ucrec::uc_modes</a>
+          <td class="md" nowrap valign="top"> char <a class="el" href="classucrec.html#o0">ucrec::uc_modes</a>
       </table>
     </td>
   </tr>
@@ -153,14 +160,14 @@ Contains a bitmask of the UCMODE_OP ...
 <p>
 UCMODE_FOUNDER values. If this value is zero, the user has no privilages upon the channel.
 <p>
-Definition at line <a class="el" href="channels_8h-source.html#l00208">208</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
+Definition at line <a class="el" href="channels_8h-source.html#l00228">228</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
 <p>
-Referenced by <a class="el" href="users_8cpp-source.html#l00026">userrec::userrec()</a>.    </td>
+Referenced by <a class="el" href="users_8cpp-source.html#l00028">userrec::userrec()</a>.    </td>
   </tr>
 </table>
 <hr>The documentation for this class was generated from the following file:<ul>
 <li><a class="el" href="channels_8h-source.html">channels.h</a></ul>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Mar 28 21:09:37 2005 for InspIRCd by
+<hr size="1"><address style="align: right;"><small>Generated on Fri May 13 02:00:08 2005 for InspIRCd by
 <a href="http://www.doxygen.org/index.html">
 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
 </a>1.3.3 </small></address>