]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classucrec.html
Documentation update, 09/02/03
[user/henk/code/inspircd.git] / docs / module-doc / classucrec.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>ucrec class Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc2 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>ucrec Class Reference</h1>Holds a user's modes on a channel This class associates a users privilages with a channel by creating a pointer link between a userrec and chanrec class. 
10 <a href="#_details">More...</a>
11 <p>
12 <code>#include &lt;<a class="el" href="channels_8h-source.html">channels.h</a>&gt;</code>
13 <p>
14 <p>Inheritance diagram for ucrec:
15 <p><center><img src="classucrec.png" usemap="#ucrec_map" border="0" alt=""></center>
16 <map name="ucrec_map">
17 <area href="classclassbase.html" alt="classbase" shape="rect" coords="0,0,68,24">
18 </map>
19 <a href="classucrec-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
20 <tr><td></td></tr>
21 <tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
22 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classucrec.html#a0">ucrec</a> ()</td></tr>
23 <tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classucrec.html#a1">~ucrec</a> ()</td></tr>
24 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
25 <tr><td nowrap align=right valign=top>long&nbsp;</td><td valign=bottom><a class="el" href="classucrec.html#m0">uc_modes</a></td></tr>
26 <tr><td>&nbsp;</td><td><font size=-1><em>Contains a bitmask of the UCMODE_OP ...</em> <a href="#m0"></a><em></em></font><br><br></td></tr>
27 <tr><td nowrap align=right valign=top><a class="el" href="classchanrec.html">chanrec</a> *&nbsp;</td><td valign=bottom><a class="el" href="classucrec.html#m1">channel</a></td></tr>
28 <tr><td>&nbsp;</td><td><font size=-1><em>Points to the channel record where the given modes apply.</em> <a href="#m1"></a><em></em></font><br><br></td></tr>
29 </table>
30 <hr><a name="_details"></a><h2>Detailed Description</h2>
31 Holds a user's modes on a channel This class associates a users privilages with a channel by creating a pointer link between a userrec and chanrec class.
32 <p>
33 The uc_modes member holds a bitmask of which privilages the user has on the channel, such as op, voice, etc. 
34 <p>
35
36 <p>
37 Definition at line <a class="el" href="channels_8h-source.html#l00166">166</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
38 <a name="a0" doxytag="ucrec::ucrec"></a><p>
39 <table width="100%" cellpadding="2" cellspacing="0" border="0">
40   <tr>
41     <td class="md">
42       <table cellpadding="0" cellspacing="0" border="0">
43         <tr>
44           <td class="md" nowrap valign="top"> ucrec::ucrec </td>
45           <td class="md" valign="top">(&nbsp;</td>
46           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
47           <td class="md" valign="top">)&nbsp;</td>
48           <td class="md" nowrap><code> [inline]</code></td>
49         </tr>
50
51       </table>
52     </td>
53   </tr>
54 </table>
55 <table cellspacing=5 cellpadding=0 border=0>
56   <tr>
57     <td>
58       &nbsp;
59     </td>
60     <td>
61
62 <p>
63
64 <p>
65 Definition at line <a class="el" href="channels_8h-source.html#l00179">179</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
66 <p>
67 <div class="fragment"><pre>00179 { <span class="comment">/* stub */</span> }
68 </pre></div>    </td>
69   </tr>
70 </table>
71 <a name="a1" doxytag="ucrec::~ucrec"></a><p>
72 <table width="100%" cellpadding="2" cellspacing="0" border="0">
73   <tr>
74     <td class="md">
75       <table cellpadding="0" cellspacing="0" border="0">
76         <tr>
77           <td class="md" nowrap valign="top"> virtual ucrec::~ucrec </td>
78           <td class="md" valign="top">(&nbsp;</td>
79           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
80           <td class="md" valign="top">)&nbsp;</td>
81           <td class="md" nowrap><code> [inline, virtual]</code></td>
82         </tr>
83
84       </table>
85     </td>
86   </tr>
87 </table>
88 <table cellspacing=5 cellpadding=0 border=0>
89   <tr>
90     <td>
91       &nbsp;
92     </td>
93     <td>
94
95 <p>
96
97 <p>
98 Definition at line <a class="el" href="channels_8h-source.html#l00180">180</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
99 <p>
100 <div class="fragment"><pre>00180 { <span class="comment">/* stub */</span> }
101 </pre></div>    </td>
102   </tr>
103 </table>
104 <hr><h2>Member Data Documentation</h2>
105 <a name="m1" doxytag="ucrec::channel"></a><p>
106 <table width="100%" cellpadding="2" cellspacing="0" border="0">
107   <tr>
108     <td class="md">
109       <table cellpadding="0" cellspacing="0" border="0">
110         <tr>
111           <td class="md" nowrap valign="top"> <a class="el" href="classchanrec.html">chanrec</a>* ucrec::channel
112       </table>
113     </td>
114   </tr>
115 </table>
116 <table cellspacing=5 cellpadding=0 border=0>
117   <tr>
118     <td>
119       &nbsp;
120     </td>
121     <td>
122
123 <p>
124 Points to the channel record where the given modes apply.
125 <p>
126 If the record is not in use, this value will be NULL.
127 <p>
128 Definition at line <a class="el" href="channels_8h-source.html#l00177">177</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
129 <p>
130 Referenced by <a class="el" href="users_8cpp-source.html#l00011">userrec::userrec()</a>.    </td>
131   </tr>
132 </table>
133 <a name="m0" doxytag="ucrec::uc_modes"></a><p>
134 <table width="100%" cellpadding="2" cellspacing="0" border="0">
135   <tr>
136     <td class="md">
137       <table cellpadding="0" cellspacing="0" border="0">
138         <tr>
139           <td class="md" nowrap valign="top"> long ucrec::uc_modes
140       </table>
141     </td>
142   </tr>
143 </table>
144 <table cellspacing=5 cellpadding=0 border=0>
145   <tr>
146     <td>
147       &nbsp;
148     </td>
149     <td>
150
151 <p>
152 Contains a bitmask of the UCMODE_OP ...
153 <p>
154 UCMODE_FOUNDER values. If this value is zero, the user has no privilages upon the channel.
155 <p>
156 Definition at line <a class="el" href="channels_8h-source.html#l00172">172</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.    </td>
157   </tr>
158 </table>
159 <hr>The documentation for this class was generated from the following file:<ul>
160 <li><a class="el" href="channels_8h-source.html">channels.h</a></ul>
161 <hr><address style="align: right;"><small>Generated on Sun Feb 9 12:48:19 2003 for InspIRCd by
162 <a href="http://www.doxygen.org/index.html">
163 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
164 width=110 height=53></a>1.3-rc2 </small></address>
165 </body>
166 </html>