struct BlacklistKeyword

Library: Net Responsibility
Package: Core
Header: Blacklist.h

Description

This is a small struct to hold each keyword, as a string, compiled as separate regular expressions and the adherent strength.

Variables

asString

string asString;

The keyword displayed as a string.

category

string category;

re

vector < SharedPtr < RegularExpression > > re;

The keyword splitted and compiled as a regular expression.

strength

int strength;

The strength of this keyword. 100 is default.