From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classucrec.html | 97 ++++++++++++++++++++--------------------- 1 file changed, 48 insertions(+), 49 deletions(-) (limited to 'docs/module-doc/classucrec.html') diff --git a/docs/module-doc/classucrec.html b/docs/module-doc/classucrec.html index 000120d15..22589f797 100644 --- a/docs/module-doc/classucrec.html +++ b/docs/module-doc/classucrec.html @@ -1,65 +1,64 @@ - + -InspIRCd: ucrec class Reference +InspIRCd: ucrec Class Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | 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 | Class List | Directories | File List | Namespace Members | Class 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. +
[legend]
List of all members.
- - + + - + - - + + - - + + - +

Public Member Functions

 ucrec ()

Public Member Functions

 ucrec ()
virtual ~ucrec ()
virtual ~ucrec ()

Public Attributes

char uc_modes

Public Attributes

char uc_modes
 Contains a bitmask of the UCMODE_OP ...

chanrecchannel
 Contains a bitmask of the UCMODE_OP .
chanrecchannel
 Points to the channel record where the given modes apply.

 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. +The uc_modes member holds a bitmask of which privilages the user has on the channel, such as op, voice, etc.

Definition at line 241 of file channels.h.


Constructor & Destructor Documentation

-

- +

+

- + -
ucrec::ucrec ucrec::ucrec  )  [inline]
- +
+
  @@ -69,30 +68,29 @@ Definition at line 241 o

-Definition at line 254 of file channels.h. +Definition at line 254 of file channels.h.

00254 { /* stub */ }
+

-

00254 { /* stub */ }
-
-

- +

+

- + -
virtual ucrec::~ucrec virtual ucrec::~ucrec  )  [inline, virtual]
- +
+
  @@ -102,25 +100,26 @@ Definition at line 254 o

-Definition at line 255 of file channels.h. +Definition at line 255 of file channels.h.

00255 { /* stub */ }
+

-

00255 { /* stub */ }
-


Member Data Documentation

-

- +

+

- +
chanrec* ucrec::channel + chanrec* ucrec::channel
- +
+Referenced by Server::PseudoToUser(), and userrec::userrec().
  @@ -134,21 +133,22 @@ If the record is not in use, this value will be NULL.

Definition at line 252 of file channels.h.

-Referenced by Server::PseudoToUser(), and userrec::userrec().

-

- +

+

- +
char ucrec::uc_modes + char ucrec::uc_modes
- +
+Referenced by userrec::userrec().
  @@ -156,20 +156,19 @@ Referenced by Server::Pseud

-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. +.. UCMODE_FOUNDER values. If this value is zero, the user has no privilages upon the channel.

Definition at line 247 of file channels.h.

-Referenced by userrec::userrec().


The documentation for this class was generated from the following file: -
Generated on Mon May 30 05:17:38 2005 for InspIRCd by +
Generated on Sun Nov 27 01:43:26 2005 for InspIRCd by  -doxygen -1.3.3
+doxygen 1.4.4-20050815
-- cgit v1.2.3