From 73b9d0c5cb02f0ea8350de28bc3687e0af70ea0f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Jan 2003 19:45:57 +0000 Subject: Initial revision git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classucrec.html | 161 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 docs/module-doc/classucrec.html (limited to 'docs/module-doc/classucrec.html') diff --git a/docs/module-doc/classucrec.html b/docs/module-doc/classucrec.html new file mode 100644 index 000000000..c95b8a3b6 --- /dev/null +++ b/docs/module-doc/classucrec.html @@ -0,0 +1,161 @@ + + +ucrec class Reference + + + +
+Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

ucrec Class Reference

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. +More... +

+#include <channels.h> +

+List of all members. + + + + + + + + + +

Public Methods

 ucrec ()
virtual ~ucrec ()

Public Attributes

long uc_modes
 Contains a bitmask of the UCMODE_OP ...

chanrecchannel
 Points to the channel record where the given modes apply.

+


Detailed Description

+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. +

+The uc_modes member holds a bitmask of which privilages the user has on the channel, such as op, voice, etc. +

+ +

+Definition at line 178 of file channels.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
ucrec::ucrec   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 191 of file channels.h. +

+

00191 { /* stub */ }
+
+

+ + + + +
+ + + + + + + + + +
virtual ucrec::~ucrec   [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 192 of file channels.h. +

+

00192 { /* stub */ }
+
+


Member Data Documentation

+

+ + + + +
+ + +
chanrec* ucrec::channel +
+
+ + + + + +
+   + + +

+Points to the channel record where the given modes apply. +

+If the record is not in use, this value will be NULL. +

+Definition at line 189 of file channels.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
long ucrec::uc_modes +
+
+ + + + + +
+   + + +

+Contains a bitmask of the UCMODE_OP ... +

+UCMODE_FOUNDER values. If this value is zero, the user has no privilages upon the channel. +

+Definition at line 184 of file channels.h.

+


The documentation for this class was generated from the following file: +
Generated on Wed Jan 22 20:56:48 2003 for InspIRCd by + +doxygen1.3-rc2
+ + -- cgit v1.3.1-10-gc9f91