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

bancache.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BanCacheHit
class  BanCacheManager

Typedefs

typedef nspace::hash_map<
std::string, BanCacheHit *,
nspace::hash< std::string > > 
BanCacheHash


Typedef Documentation

typedef nspace::hash_map<std::string, BanCacheHit *, nspace::hash<std::string> > BanCacheHash
 

Definition at line 49 of file bancache.h.