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>

Inheritance diagram for HostItem:

Inheritance graph
[legend]
Collaboration diagram for HostItem:

Collaboration graph
[legend]
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 36 of file channels.h.


Constructor & Destructor Documentation

HostItem::HostItem  )  [inline]
 

Definition at line 43 of file channels.h.

00043 { /* stub */ }

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

Definition at line 44 of file channels.h.

00044 { /* stub */ }


Member Data Documentation

char HostItem::data[MAXBUF]
 

Definition at line 41 of file channels.h.

char HostItem::set_by[NICKMAX]
 

Definition at line 40 of file channels.h.

time_t HostItem::set_time
 

Definition at line 39 of file channels.h.


The documentation for this class was generated from the following file:
Generated on Fri May 13 01:59:46 2005 for InspIRCd by doxygen 1.3.3