Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

base.h File Reference

#include "inspircd_config.h"
#include <time.h>
#include <map>
#include <string>

Include dependency graph for base.h:

Include dependency graph

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

Included by dependency graph

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}


Typedef Documentation

typedef void* VoidPointer
 

Definition at line 25 of file base.h.


Variable Documentation

const int bitfields[] = {1,2,4,8,16,32,64,128}
 

Definition at line 91 of file base.h.

const int inverted_bitfields[] = {~1,~2,~4,~8,~16,~32,~64,~128}
 

Definition at line 92 of file base.h.


Generated on Mon May 30 05:15:25 2005 for InspIRCd by doxygen 1.3.3