The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ChannelManager Class Reference

THe channel manager class allocates and deallocates channels and manages the container which holds them. More...

#include <channelmanager.h>

Inheritance diagram for ChannelManager:

Inheritance graph
[legend]
Collaboration diagram for ChannelManager:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ChannelManager (InspIRCd *Instance)
 Constructor.

Private Attributes

InspIRCdServerInstance

Detailed Description

THe channel manager class allocates and deallocates channels and manages the container which holds them.

For some reason, nobody finished this. TODO: Finish in future release!

Definition at line 21 of file channelmanager.h.


Constructor & Destructor Documentation

ChannelManager::ChannelManager InspIRCd Instance  )  [inline]
 

Constructor.

Definition at line 28 of file channelmanager.h.


Member Data Documentation

InspIRCd* ChannelManager::ServerInstance [private]
 

Definition at line 24 of file channelmanager.h.


The documentation for this class was generated from the following file: