#include <lowercaseaddrfilter.h>
Inheritance diagram for lowercaseAddrFilter:

Public Methods | |
| lowercaseAddrFilter () | |
| virtual const char * | Prefix (void) const |
| virtual const char * | Name (void) const |
| virtual const char * | Version (void) const |
| virtual const char * | Author (void) const |
| virtual const char * | Help (void) const |
| virtual bool | init (void) |
| virtual bool | checkAddr (std::string &addr) |
| ~lowercaseAddrFilter () | |
Private Attributes | |
| const char *const | strPrefix |
| const char *const | strName |
| const char *const | strVersion |
| const char *const | strAuthor |
| const char *const | strHelp |
| bool | enabled |
|
|
|
|
|
|
|
|
Name of authors of the Object with Email in format "Firstname Lastname <email>" up to 40 chars. Reimplemented from Parameter. |
|
|
Every email adress will be passed to this function. To skip a special Adress, the function can return the special String "[hide]". That mean, do not show this adress in the statistic.
Implements AddrFilter. |
|
|
A short helptext, or description to this object. Reimplemented from Parameter. |
|
|
Use this function to read configurations files etc.
Implements AddrFilter. |
|
|
Select a short Name for the parameter Object. Reimplemented from Parameter. |
|
|
This function returns a unique object prefix. Use only lowercase letters (a-z) and keep this name short as possible. Implements Parameter. |
|
|
Version up to 8 chars in the format V-.- Reimplemented from Parameter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18