KVIrc 5.2.0
Developer APIs
Variables
KviIrcMask.cpp File Reference
#include "kvi_debug.h"
#include "KviIrcMask.h"
#include "KviQString.h"
#include "KviRegExp.h"

Variables

static unsigned char ucMaskTable [27][3]
 

Variable Documentation

◆ ucMaskTable

unsigned char ucMaskTable[27][3]
static
Initial value:
= {
{ 0, 0, 0 },
{ 0, 0, 2 },
{ 0, 0, 1 },
{ 0, 1, 0 },
{ 0, 1, 2 },
{ 0, 1, 1 },
{ 1, 0, 0 },
{ 1, 0, 2 },
{ 1, 0, 1 },
{ 1, 1, 0 },
{ 1, 1, 2 },
{ 0, 2, 0 },
{ 0, 2, 2 },
{ 0, 2, 1 },
{ 1, 2, 0 },
{ 1, 2, 2 },
{ 1, 2, 1 },
{ 0, 0, 3 },
{ 0, 1, 3 },
{ 1, 0, 3 },
{ 0, 2, 3 },
{ 1, 2, 3 },
{ 0, 0, 4 },
{ 0, 1, 4 },
{ 1, 0, 4 },
{ 0, 2, 4 },
{ 1, 2, 4 }
}

Referenced by KviIrcMask::mask().