Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

lowercaseAddrFilter Class Reference

#include <lowercaseaddrfilter.h>

Inheritance diagram for lowercaseAddrFilter:

AddrFilter Parameter List of all members.

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

Detailed Description

Convert all mixedcase addresses to lowercase.
Author:
Tobias Erbsland


Constructor & Destructor Documentation

lowercaseAddrFilter::lowercaseAddrFilter  
 

lowercaseAddrFilter::~lowercaseAddrFilter  
 


Member Function Documentation

virtual const char* lowercaseAddrFilter::Author void    const [inline, virtual]
 

Name of authors of the Object with Email in format "Firstname Lastname <email>" up to 40 chars.

Reimplemented from Parameter.

bool lowercaseAddrFilter::checkAddr std::string &    addr [virtual]
 

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.

Returns:
true means, the adress is changed now. false the adress is untouched.

Implements AddrFilter.

virtual const char* lowercaseAddrFilter::Help void    const [inline, virtual]
 

A short helptext, or description to this object.

Reimplemented from Parameter.

bool lowercaseAddrFilter::init void    [virtual]
 

Use this function to read configurations files etc.

Returns:
false on error.

Implements AddrFilter.

virtual const char* lowercaseAddrFilter::Name void    const [inline, virtual]
 

Select a short Name for the parameter Object.

Reimplemented from Parameter.

virtual const char* lowercaseAddrFilter::Prefix void    const [inline, virtual]
 

This function returns a unique object prefix. Use only lowercase letters (a-z) and keep this name short as possible.

Implements Parameter.

virtual const char* lowercaseAddrFilter::Version void    const [inline, virtual]
 

Version up to 8 chars in the format V-.-

Reimplemented from Parameter.


Member Data Documentation

bool lowercaseAddrFilter::enabled [private]
 

const char* const lowercaseAddrFilter::strAuthor [private]
 

const char* const lowercaseAddrFilter::strHelp [private]
 

const char* const lowercaseAddrFilter::strName [private]
 

const char* const lowercaseAddrFilter::strPrefix [private]
 

const char* const lowercaseAddrFilter::strVersion [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Oct 15 13:54:51 2003 for Anteater.kdevelop by doxygen1.2.18