File: Filter.3

package info (click to toggle)
mailfilter 0.8.2-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,956 kB
  • sloc: cpp: 2,459; ansic: 1,259; sh: 1,134; lex: 566; yacc: 463; makefile: 221; perl: 72
file content (75 lines) | stat: -rw-r--r-- 1,353 bytes parent folder | download | duplicates (2)
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.