#include "inspircd_config.h"
#include <time.h>
#include <map>
#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.
Compounds | |
class | BoolSet |
BoolSet is a utility class designed to hold eight bools in a bitmask. More... | |
class | classbase |
The base class for all inspircd classes. More... | |
class | Extensible |
class Extensible is the parent class of many classes such as userrec and chanrec. More... | |
Typedefs | |
typedef void * | VoidPointer |
Variables | |
const int | bitfields [] = {1,2,4,8,16,32,64,128} |
const int | inverted_bitfields [] = {~1,~2,~4,~8,~16,~32,~64,~128} |
|
|
|
|
|
|