|
|||
|
|||
|
#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. | |
|
|
A private data store for an Extensible class.
|