Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

HostItem Class Reference

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

#include <channels.h>

Inherits classbase.

Inherited by BanItem, ExemptItem, and InviteItem.

List of all members.

Public Member Functions

 HostItem ()
virtual ~HostItem ()

Public Attributes

time_t set_time
char set_by [NICKMAX]
char data [MAXBUF]


Detailed Description

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

This class contains a single element in a channel list, such as a banlist.

Definition at line 29 of file channels.h.


Constructor & Destructor Documentation

HostItem::HostItem  )  [inline]
 

Definition at line 36 of file channels.h.

00036 { /* stub */ }

virtual HostItem::~HostItem  )  [inline, virtual]
 

Definition at line 37 of file channels.h.

00037 { /* stub */ }


Member Data Documentation

char HostItem::data[MAXBUF]
 

Definition at line 34 of file channels.h.

char HostItem::set_by[NICKMAX]
 

Definition at line 33 of file channels.h.

time_t HostItem::set_time
 

Definition at line 32 of file channels.h.


The documentation for this class was generated from the following file:
Generated on Tue Apr 26 17:11:48 2005 for InspIRCd by doxygen 1.3.3