]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classucrec.html
8dcaa46e0b50cf509d1ba6fd64724cef97181381
[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>InspIRCd: ucrec class Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3.3 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <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.  
9 <a href="#_details">More...</a>
10 <p>
11 <code>#include &lt;<a class="el" href="channels_8h-source.html">channels.h</a>&gt;</code>
12 <p>
13 Inherits <a class="el" href="classclassbase.html">classbase</a>.
14 <p>
15 <a href="classucrec-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
16 <tr><td></td></tr>
17 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
18 <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>
19
20 <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>
21
22 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
23 <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>
24
25 <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>
26 <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>
27
28 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Points to the channel record where the given modes apply. </em> <a href="#o1"></a><em><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#l00202">202</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 class="mdTable" width="100%" cellpadding="2" cellspacing="0">
40   <tr>
41     <td class="mdRow">
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>          </td>
47           <td class="md" valign="top">&nbsp;)&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#l00215">215</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
66 <p>
67 <div class="fragment"><pre>00215 { <span class="comment">/* stub */</span> }
68 </pre></div>    </td>
69   </tr>
70 </table>
71 <a name="a1" doxytag="ucrec::~ucrec"></a><p>
72 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
73   <tr>
74     <td class="mdRow">
75       <table cellpadding="0" cellspacing="0" border="0">
76         <tr>
77           <td class="md" nowrap valign="top"> virtual ucrec::~<a class="el" href="classucrec.html">ucrec</a> </td>
78           <td class="md" valign="top">(&nbsp;</td>
79           <td class="mdname1" valign="top" nowrap>          </td>
80           <td class="md" valign="top">&nbsp;)&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#l00216">216</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
99 <p>
100 <div class="fragment"><pre>00216 { <span class="comment">/* stub */</span> }
101 </pre></div>    </td>
102   </tr>
103 </table>
104 <hr><h2>Member Data Documentation</h2>
105 <a name="o1" doxytag="ucrec::channel"></a><p>
106 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
107   <tr>
108     <td class="mdRow">
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>* <a class="el" href="classucrec.html#o1">ucrec::channel</a>
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#l00213">213</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
129 <p>
130 Referenced by <a class="el" href="modules_8cpp-source.html#l00589">Server::PseudoToUser()</a>, and <a class="el" href="users_8cpp-source.html#l00028">userrec::userrec()</a>.    </td>
131   </tr>
132 </table>
133 <a name="o0" doxytag="ucrec::uc_modes"></a><p>
134 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
135   <tr>
136     <td class="mdRow">
137       <table cellpadding="0" cellspacing="0" border="0">
138         <tr>
139           <td class="md" nowrap valign="top"> long <a class="el" href="classucrec.html#o0">ucrec::uc_modes</a>
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#l00208">208</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
157 <p>
158 Referenced by <a class="el" href="users_8cpp-source.html#l00028">userrec::userrec()</a>.    </td>
159   </tr>
160 </table>
161 <hr>The documentation for this class was generated from the following file:<ul>
162 <li><a class="el" href="channels_8h-source.html">channels.h</a></ul>
163 <hr size="1"><address style="align: right;"><small>Generated on Wed Apr 13 13:07:09 2005 for InspIRCd by
164 <a href="http://www.doxygen.org/index.html">
165 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
166 </a>1.3.3 </small></address>
167 </body>
168 </html>