1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
.TH "Filter" 3 "15 Aug 2009" "Version 0.8.2" "mailfilter" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Filter \-
.SH SYNOPSIS
.br
.PP
\fC#include <filter.hh>\fP
.PP
Inherited by \fBScore\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBFilter\fP (void)"
.br
.ti -1c
.RI "\fB~Filter\fP (void)"
.br
.ti -1c
.RI "string \fBexpression\fP (void) const "
.br
.ti -1c
.RI "void \fBset_expression\fP (const char *)"
.br
.ti -1c
.RI "int \fBcompile\fP (void)"
.br
.ti -1c
.RI "void \fBset_negativity\fP (bool)"
.br
.ti -1c
.RI "bool \fBis_negative\fP (void) const "
.br
.ti -1c
.RI "int \fBccase\fP (void) const "
.br
.ti -1c
.RI "void \fBset_case\fP (int)"
.br
.ti -1c
.RI "const regex_t * \fBcomp_exp\fP (void) const "
.br
.in -1c
.SH "Constructor & Destructor Documentation"
.PP
.SS "Filter::Filter (void)"
.PP
.SS "Filter::~Filter (void)"
.PP
.SH "Member Function Documentation"
.PP
.SS "int Filter::ccase (void) const"
.PP
.SS "const regex_t * Filter::comp_exp (void) const"
.PP
.SS "int Filter::compile (void)"
.PP
.SS "string Filter::expression (void) const"
.PP
.SS "bool Filter::is_negative (void) const"
.PP
.SS "void Filter::set_case (int c)"
.PP
.SS "void Filter::set_expression (const char * exp)"
.PP
.SS "void Filter::set_negativity (bool t)"
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for mailfilter from the source code.
|