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


Defines

#define CM_TOPICLOCK   1
#define CM_NOEXTERNAL   2
#define CM_INVITEONLY   4
#define CM_MODERATED   8
#define CM_SECRET   16
#define CM_PRIVATE   32
#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.


Define Documentation

#define CM_INVITEONLY   4
 

Definition at line 28 of file channels.h.

#define CM_MODERATED   8
 

Definition at line 29 of file channels.h.

#define CM_NOEXTERNAL   2
 

Definition at line 27 of file channels.h.

#define CM_PRIVATE   32
 

Definition at line 31 of file channels.h.

#define CM_SECRET   16
 

Definition at line 30 of file channels.h.

#define CM_TOPICLOCK   1
 

Definition at line 26 of file channels.h.

#define UCMODE_FOUNDER   16
 

Definition at line 215 of file channels.h.

#define UCMODE_HOP   4
 

Definition at line 213 of file channels.h.

#define UCMODE_OP   1
 

Definition at line 211 of file channels.h.

#define UCMODE_PROTECT   8
 

Definition at line 214 of file channels.h.

#define UCMODE_VOICE   2
 

Definition at line 212 of file channels.h.


Typedef Documentation

typedef std::vector<BanItem> BanList
 

Holds a complete ban list.

Definition at line 87 of file channels.h.

typedef std::vector<ExemptItem> ExemptList
 

Holds a complete exempt list.

Definition at line 91 of file channels.h.

typedef std::vector<InviteItem> InviteList
 

Holds a complete invite list.

Definition at line 95 of file channels.h.


Generated on Fri May 13 01:58:55 2005 for InspIRCd by doxygen 1.3.3