]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/module-doc/classucrec.html
Added docs for new smaller memory footprint classes
[user/henk/code/inspircd.git] / docs / module-doc / classucrec.html
index 43cd75bff179c8efecfc9e2d76ce2be302f2beda..453ef50a6a896cd8271695496cf9c10525247415 100644 (file)
@@ -20,7 +20,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 +34,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 +62,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 +95,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 +125,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="modules_8cpp-source.html#l00663">Server::PseudoToUser()</a>, and <a class="el" href="users_8cpp-source.html#l00028">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 +136,7 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00663">Server::Pseud
     <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 +153,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#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 Wed Apr 20 15:47:11 2005 for InspIRCd by
+<hr size="1"><address style="align: right;"><small>Generated on Thu May 12 22:59:06 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>