]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classucrec.html
Re-added the dot graphs again
[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 Inheritance diagram for ucrec:<p><center><img src="classucrec__inherit__graph.gif" border="0" usemap="#ucrec__inherit__map" alt="Inheritance graph"></center>
14 <map name="ucrec__inherit__map">
15 <area href="classclassbase.html" shape="rect" coords="8,7,88,34" alt="">
16 </map>
17 <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>
18 <map name="ucrec__coll__map">
19 <area href="classclassbase.html" shape="rect" coords="8,178,88,205" alt="">
20 <area href="classchanrec.html" shape="rect" coords="222,178,292,205" alt="">
21 </map>
22 <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>
23 <tr><td></td></tr>
24 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
25 <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>
26
27 <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>
28
29 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
30 <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>
31
32 <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>
33 <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
35 <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>
36 </table>
37 <hr><a name="_details"></a><h2>Detailed Description</h2>
38 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. 
39 <p>
40 The uc_modes member holds a bitmask of which privilages the user has on the channel, such as op, voice, etc. 
41 <p>
42
43 <p>
44 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>
45 <a name="a0" doxytag="ucrec::ucrec"></a><p>
46 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
47   <tr>
48     <td class="mdRow">
49       <table cellpadding="0" cellspacing="0" border="0">
50         <tr>
51           <td class="md" nowrap valign="top"> ucrec::ucrec </td>
52           <td class="md" valign="top">(&nbsp;</td>
53           <td class="mdname1" valign="top" nowrap>          </td>
54           <td class="md" valign="top">&nbsp;)&nbsp;</td>
55           <td class="md" nowrap><code> [inline]</code></td>
56         </tr>
57
58       </table>
59     </td>
60   </tr>
61 </table>
62 <table cellspacing=5 cellpadding=0 border=0>
63   <tr>
64     <td>
65       &nbsp;
66     </td>
67     <td>
68
69 <p>
70
71 <p>
72 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>.
73 <p>
74 <div class="fragment"><pre>00235 { <span class="comment">/* stub */</span> }
75 </pre></div>    </td>
76   </tr>
77 </table>
78 <a name="a1" doxytag="ucrec::~ucrec"></a><p>
79 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
80   <tr>
81     <td class="mdRow">
82       <table cellpadding="0" cellspacing="0" border="0">
83         <tr>
84           <td class="md" nowrap valign="top"> virtual ucrec::~<a class="el" href="classucrec.html">ucrec</a> </td>
85           <td class="md" valign="top">(&nbsp;</td>
86           <td class="mdname1" valign="top" nowrap>          </td>
87           <td class="md" valign="top">&nbsp;)&nbsp;</td>
88           <td class="md" nowrap><code> [inline, virtual]</code></td>
89         </tr>
90
91       </table>
92     </td>
93   </tr>
94 </table>
95 <table cellspacing=5 cellpadding=0 border=0>
96   <tr>
97     <td>
98       &nbsp;
99     </td>
100     <td>
101
102 <p>
103
104 <p>
105 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>.
106 <p>
107 <div class="fragment"><pre>00236 { <span class="comment">/* stub */</span> }
108 </pre></div>    </td>
109   </tr>
110 </table>
111 <hr><h2>Member Data Documentation</h2>
112 <a name="o1" doxytag="ucrec::channel"></a><p>
113 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
114   <tr>
115     <td class="mdRow">
116       <table cellpadding="0" cellspacing="0" border="0">
117         <tr>
118           <td class="md" nowrap valign="top"> <a class="el" href="classchanrec.html">chanrec</a>* <a class="el" href="classucrec.html#o1">ucrec::channel</a>
119       </table>
120     </td>
121   </tr>
122 </table>
123 <table cellspacing=5 cellpadding=0 border=0>
124   <tr>
125     <td>
126       &nbsp;
127     </td>
128     <td>
129
130 <p>
131 Points to the channel record where the given modes apply. 
132 <p>
133 If the record is not in use, this value will be NULL.
134 <p>
135 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>.
136 <p>
137 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>
138   </tr>
139 </table>
140 <a name="o0" doxytag="ucrec::uc_modes"></a><p>
141 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
142   <tr>
143     <td class="mdRow">
144       <table cellpadding="0" cellspacing="0" border="0">
145         <tr>
146           <td class="md" nowrap valign="top"> char <a class="el" href="classucrec.html#o0">ucrec::uc_modes</a>
147       </table>
148     </td>
149   </tr>
150 </table>
151 <table cellspacing=5 cellpadding=0 border=0>
152   <tr>
153     <td>
154       &nbsp;
155     </td>
156     <td>
157
158 <p>
159 Contains a bitmask of the UCMODE_OP ... 
160 <p>
161 UCMODE_FOUNDER values. If this value is zero, the user has no privilages upon the channel.
162 <p>
163 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>.
164 <p>
165 Referenced by <a class="el" href="users_8cpp-source.html#l00028">userrec::userrec()</a>.    </td>
166   </tr>
167 </table>
168 <hr>The documentation for this class was generated from the following file:<ul>
169 <li><a class="el" href="channels_8h-source.html">channels.h</a></ul>
170 <hr size="1"><address style="align: right;"><small>Generated on Fri May 13 02:00:08 2005 for InspIRCd by
171 <a href="http://www.doxygen.org/index.html">
172 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
173 </a>1.3.3 </small></address>
174 </body>
175 </html>