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

BanCacheHit Class Reference

#include <bancache.h>

Inheritance diagram for BanCacheHit:

Inheritance graph
[legend]
Collaboration diagram for BanCacheHit:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BanCacheHit (InspIRCd *Instance, const std::string &ip, const std::string &type, const std::string &reason)
 BanCacheHit (InspIRCd *Instance, const std::string &ip, const std::string &type, const std::string &reason, time_t seconds)

Public Attributes

std::string Type
std::string Reason
std::string IP
time_t Expiry

Private Attributes

InspIRCdServerInstance

Detailed Description

Definition at line 17 of file bancache.h.


Constructor & Destructor Documentation

BanCacheHit::BanCacheHit InspIRCd Instance,
const std::string ip,
const std::string type,
const std::string reason
[inline]
 

Definition at line 27 of file bancache.h.

References ServerInstance.

BanCacheHit::BanCacheHit InspIRCd Instance,
const std::string ip,
const std::string type,
const std::string reason,
time_t  seconds
[inline]
 

Definition at line 37 of file bancache.h.

References ServerInstance.


Member Data Documentation

time_t BanCacheHit::Expiry
 

Definition at line 25 of file bancache.h.

Referenced by BanCacheManager::RehashCache().

std::string BanCacheHit::IP
 

Definition at line 24 of file bancache.h.

Referenced by BanCacheManager::RemoveEntries(), and BanCacheManager::RemoveHit().

std::string BanCacheHit::Reason
 

Definition at line 23 of file bancache.h.

Referenced by BanCacheManager::RemoveEntries().

InspIRCd* BanCacheHit::ServerInstance [private]
 

Definition at line 20 of file bancache.h.

std::string BanCacheHit::Type
 

Definition at line 22 of file bancache.h.

Referenced by BanCacheManager::RemoveEntries().


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