The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

utils.h File Reference

#include "configreader.h"
#include "users.h"
#include "channels.h"
#include "modules.h"
#include "inspircd.h"

Include dependency graph for utils.h:

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

Go to the source code of this file.

Classes

class  SpanningTreeUtilities
 Contains helper functions and variables for this module, and keeps them out of the global namespace. More...

Typedefs

typedef nspace::hash_map<
std::string, TreeServer *,
nspace::hash< string >, irc::StrHashComp
server_hash
typedef std::map< TreeServer *,
TreeServer * > 
TreeServerList
typedef std::map< irc::string,
Module * > 
hookmodules
 A group of modules that implement InspSocketHook that we can use to hook our server to server connections.


Typedef Documentation

typedef std::map<irc::string, Module*> hookmodules
 

A group of modules that implement InspSocketHook that we can use to hook our server to server connections.

Definition at line 43 of file utils.h.

typedef nspace::hash_map<std::string, TreeServer*, nspace::hash<string>, irc::StrHashComp> server_hash
 

Definition at line 27 of file utils.h.

typedef std::map<TreeServer*,TreeServer*> TreeServerList
 

Definition at line 38 of file utils.h.