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/channels_8h.html | 159 +++++++++++++++++++-------------------- 1 file changed, 77 insertions(+), 82 deletions(-) (limited to 'docs/module-doc/channels_8h.html') diff --git a/docs/module-doc/channels_8h.html b/docs/module-doc/channels_8h.html index d4d8fdea6..8bc451f8b 100644 --- a/docs/module-doc/channels_8h.html +++ b/docs/module-doc/channels_8h.html @@ -1,73 +1,68 @@ -channels.h File Reference +InspIRCd: channels.h File Reference - -
-Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
-

channels.h File Reference

#include "inspircd_config.h"
+ +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members
+

channels.h File Reference

#include "inspircd_config.h"
#include "base.h"
#include <time.h>
#include <vector>
#include <string>
-

-Include dependency graph for channels.h:

Include dependency graph
- - - - -

-This graph shows which files directly or indirectly include this file:

Included by dependency graph
- - - - - - - - - - -

Go to the source code of this file. - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - - + + + + + + + + +

Compounds

class  BanItem
 A subclass of HostItem designed to hold channel bans (+b). More...

class  chanrec
 Holds all relevent information for a channel. More...

class  ExemptItem
 A subclass of HostItem designed to hold channel exempts (+e). More...

class  HostItem
 Holds an entry for a ban list, exemption list, or invite list. More...

class  InviteItem
 A subclass of HostItem designed to hold channel invites (+I). More...

class  ModeParameter
 Holds a custom parameter to a module-defined channel mode e.g. More...

class  ucrec
 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...

class  BanItem
 A subclass of HostItem designed to hold channel bans (+b). More...

class  chanrec
 Holds all relevent information for a channel. More...

class  ExemptItem
 A subclass of HostItem designed to hold channel exempts (+e). More...

class  HostItem
 Holds an entry for a ban list, exemption list, or invite list. More...

class  InviteItem
 A subclass of HostItem designed to hold channel invites (+I). More...

class  ModeParameter
 Holds a custom parameter to a module-defined channel mode e.g. More...

class  ucrec
 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...


Defines

#define UCMODE_OP   1
#define UCMODE_VOICE   2
#define UCMODE_HOP   4
#define UCMODE_PROTECT   8
#define UCMODE_FOUNDER   16
#define UCMODE_OP   1
#define UCMODE_VOICE   2
#define UCMODE_HOP   4
#define UCMODE_PROTECT   8
#define UCMODE_FOUNDER   16

Typedefs

typedef std::vector< BanItemBanList
 Holds a complete ban list.

typedef std::vector< ExemptItemExemptList
 Holds a complete exempt list.

typedef std::vector< InviteItemInviteList
 Holds a complete invite list.

typedef std::vector< BanItemBanList
 Holds a complete ban list.

typedef std::vector< ExemptItemExemptList
 Holds a complete exempt list.

typedef std::vector< InviteItemInviteList
 Holds a complete invite list.


Define Documentation

- +
-
+ +Definition at line 195 of file channels.h.
#define UCMODE_FOUNDER   16 @@ -85,13 +80,13 @@ This graph shows which files directly or indirectly include this file:

-Definition at line 184 of file channels.h.

- +
-
+ +Definition at line 193 of file channels.h.
#define UCMODE_HOP   4 @@ -109,13 +104,13 @@ Definition at line 184 o

-Definition at line 182 of file channels.h.

- +
-
+ +Definition at line 191 of file channels.h.
#define UCMODE_OP   1 @@ -133,13 +128,13 @@ Definition at line 182 o

-Definition at line 180 of file channels.h.

- +
-
+ +Definition at line 194 of file channels.h.
#define UCMODE_PROTECT   8 @@ -157,13 +152,13 @@ Definition at line 180 o

-Definition at line 183 of file channels.h.

- +
-
+ +Definition at line 192 of file channels.h.
#define UCMODE_VOICE   2 @@ -181,17 +176,17 @@ Definition at line 183 o

-Definition at line 181 of file channels.h.


Typedef Documentation

- +
- @@ -204,20 +199,20 @@ Definition at line 181 o +Definition at line 80 of file channels.h.
+ -
typedef std::vector<BanItem> BanList + typedef std::vector<BanItem> BanList

-Holds a complete ban list. +Holds a complete ban list.

-Definition at line 69 of file channels.h.

- +
- @@ -230,20 +225,20 @@ Definition at line 69 of +Definition at line 84 of file channels.h.
+ -
typedef std::vector<ExemptItem> ExemptList + typedef std::vector<ExemptItem> ExemptList

-Holds a complete exempt list. +Holds a complete exempt list.

-Definition at line 73 of file channels.h.

- +
- @@ -256,16 +251,16 @@ Definition at line 73 of +Definition at line 88 of file channels.h.
+ -
typedef std::vector<InviteItem> InviteList + typedef std::vector<InviteItem> InviteList

-Holds a complete invite list. +Holds a complete invite list.

-Definition at line 77 of file channels.h.

-


Generated on Sun May 2 00:09:21 2004 for InspIRCd by +
Generated on Fri Mar 25 03:49:29 2005 for InspIRCd by -doxygen1.3-rc3
+doxygen +1.3.3
-- cgit v1.2.3