|
|||
|
|||
|
#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} |
|
|
Definition at line 21 of file base.cpp. Referenced by BoolSet::Get(), BoolSet::Invert(), and BoolSet::Set(). |
|
|
Definition at line 22 of file base.cpp. Referenced by BoolSet::Unset(). |