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

base.h File Reference

#include <map>
#include <deque>
#include <string>

Include dependency graph for base.h:

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

Go to the source code of this file.

Classes

class  classbase
 The base class for all inspircd classes. More...
class  Extensible
 class Extensible is the parent class of many classes such as User and Channel. More...
class  BoolSet
 BoolSet is a utility class designed to hold eight bools in a bitmask. More...
class  CoreException
 This class can be used on its own to represent an exception, or derived to represent a module-specific exception. More...
class  ModuleException

Typedefs

typedef std::map< std::string,
char * > 
ExtensibleStore
 A private data store for an Extensible class.


Typedef Documentation

typedef std::map<std::string,char*> ExtensibleStore
 

A private data store for an Extensible class.

Definition at line 22 of file base.h.