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.cpp File Reference

#include "inspircd_config.h"
#include "base.h"
#include <time.h>
#include "inspircd.h"

Include dependency graph for base.cpp:

Go to the source code of this file.

Variables

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


Variable Documentation

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

Definition at line 21 of file base.cpp.

Referenced by BoolSet::Get(), BoolSet::Invert(), and BoolSet::Set().

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

Definition at line 22 of file base.cpp.

Referenced by BoolSet::Unset().