mailfilter  0.8.3
Public Member Functions | List of all members
Filter Class Reference

#include <filter.hh>

Inheritance diagram for Filter:
Score

Public Member Functions

 Filter (void)
 
 ~Filter (void)
 
string expression (void) const
 
void set_expression (const char *)
 
int compile (void)
 
void set_negativity (bool)
 
bool is_negative (void) const
 
int ccase (void) const
 
void set_case (int)
 
const regex_t * comp_exp (void) const
 

Constructor & Destructor Documentation

Filter::Filter ( void  )
Filter::~Filter ( void  )

Member Function Documentation

int Filter::ccase ( void  ) const
const regex_t * Filter::comp_exp ( void  ) const
int Filter::compile ( void  )
string Filter::expression ( void  ) const
bool Filter::is_negative ( void  ) const
void Filter::set_case ( int  c)
void Filter::set_expression ( const char *  exp)
void Filter::set_negativity ( bool  t)

The documentation for this class was generated from the following files: