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

DCCAllow Class Reference

Inheritance diagram for DCCAllow:

Inheritance graph
[legend]
Collaboration diagram for DCCAllow:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DCCAllow ()
 DCCAllow (const std::string &nick, const std::string &hm, const time_t so, const long ln)

Public Attributes

std::string nickname
std::string hostmask
time_t set_on
long length

Detailed Description

Definition at line 27 of file m_dccallow.cpp.


Constructor & Destructor Documentation

DCCAllow::DCCAllow  )  [inline]
 

Definition at line 35 of file m_dccallow.cpp.

DCCAllow::DCCAllow const std::string nick,
const std::string hm,
const time_t  so,
const long  ln
[inline]
 

Definition at line 37 of file m_dccallow.cpp.


Member Data Documentation

std::string DCCAllow::hostmask
 

Definition at line 31 of file m_dccallow.cpp.

long DCCAllow::length
 

Definition at line 33 of file m_dccallow.cpp.

std::string DCCAllow::nickname
 

Definition at line 30 of file m_dccallow.cpp.

time_t DCCAllow::set_on
 

Definition at line 32 of file m_dccallow.cpp.


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