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

m_sqlutils.cpp File Reference

#include "inspircd.h"
#include <sstream>
#include <list>
#include "m_sqlutils.h"

Include dependency graph for m_sqlutils.cpp:

Go to the source code of this file.

Classes

class  ModuleSQLutils

Typedefs

typedef std::map< unsigned
long, User * > 
IdUserMap
typedef std::map< unsigned
long, Channel * > 
IdChanMap
typedef std::list< unsigned
long > 
AssocIdList


Typedef Documentation

typedef std::list<unsigned long> AssocIdList
 

Definition at line 24 of file m_sqlutils.cpp.

typedef std::map<unsigned long, Channel*> IdChanMap
 

Definition at line 23 of file m_sqlutils.cpp.

typedef std::map<unsigned long, User*> IdUserMap
 

Definition at line 22 of file m_sqlutils.cpp.