Data Structures | Typedefs | Enumerations | Variables

channels.h File Reference

#include "anope.h"
#include "extensible.h"
#include "modes.h"
#include "serialize.h"
Include dependency graph for channels.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ChanUserContainer
class  Channel

Typedefs

typedef Anope::hash_map
< Channel * > 
channel_map

Enumerations

enum  ChannelFlag { CH_INHABIT, CH_PERSIST, CH_SYNCING }

Variables

CoreExport channel_map ChannelList

Typedef Documentation

Definition at line 18 of file channels.h.


Enumeration Type Documentation

Enumerator:
CH_INHABIT 
CH_PERSIST 
CH_SYNCING 

Definition at line 33 of file channels.h.


Variable Documentation