From 52899de0ff2d62ca0542b243c41626010bf62083 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 03:51:56 +0000 Subject: Documentation update git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classucrec.html | 102 +++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 53 deletions(-) (limited to 'docs/module-doc/classucrec.html') diff --git a/docs/module-doc/classucrec.html b/docs/module-doc/classucrec.html index dd419fdc6..d0475a5ba 100644 --- a/docs/module-doc/classucrec.html +++ b/docs/module-doc/classucrec.html @@ -1,54 +1,50 @@ -ucrec class Reference +InspIRCd: ucrec class Reference - -
-Main Page   Namespace List   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. + +
Main Page | Namespace List | 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>

-Inheritance diagram for ucrec:

Inheritance graph
- - - -
[legend]
Collaboration diagram for ucrec:

Collaboration graph
- - - - -
[legend]
List of all members. +Inherits classbase. +

+List of all members.

- - + + + + - - - - + + + + + +

Public Member Functions

 ucrec ()
virtual ~ucrec ()
 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.

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. +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 191 of file channels.h.


Constructor & Destructor Documentation

+Definition at line 202 of file channels.h.

Constructor & Destructor Documentation

- +
-
+ - - + + @@ -66,22 +62,22 @@ Definition at line 191 o

-Definition at line 204 of file channels.h. +Definition at line 215 of file channels.h.

-

00204 { /* stub */ }
+
00215 { /* stub */ }
 
ucrec::ucrec    )  [inline]

- +
-
+ - + - - + + @@ -99,20 +95,20 @@ Definition at line 204 o

-Definition at line 205 of file channels.h. +Definition at line 216 of file channels.h.

-

00205 { /* stub */ }
+
00216 { /* stub */ }
 
virtual ucrec::~ucrec virtual ucrec::~ucrec    )  [inline, virtual]

Member Data Documentation

-

- +

+

- @@ -125,22 +121,22 @@ Definition at line 205 o +Referenced by userrec::userrec().
+ -
chanrec* ucrec::channel + chanrec* ucrec::channel

-Points to the channel record where the given modes apply. +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 202 of file channels.h. +Definition at line 213 of file channels.h.

-Referenced by userrec::userrec().

-

- +

+

- @@ -153,20 +149,20 @@ Referenced by userrec::userre +Referenced by userrec::userrec().
+ -
long ucrec::uc_modes + long ucrec::uc_modes

-Contains a bitmask of the UCMODE_OP ... +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 197 of file channels.h. +Definition at line 208 of file channels.h.

-Referenced by userrec::userrec().


The documentation for this class was generated from the following file: -
Generated on Sun May 2 00:09:44 2004 for InspIRCd by +
Generated on Fri Mar 25 03:49:34 2005 for InspIRCd by -doxygen1.3-rc3
+doxygen +1.3.3
-- cgit v1.2.3