File: pcre__.h.3

package info (click to toggle)
libpcre%2B%2B 0.9.5-6.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,032 kB
  • ctags: 194
  • sloc: sh: 6,870; cpp: 835; makefile: 41
file content (64 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download | duplicates (5)
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
.TH "pcre++.h" 3 "25 Aug 2004" "PCRE++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
pcre++.h \- 
.SH SYNOPSIS
.br
.PP
\fC#include <string>\fP
.br
\fC#include <sstream>\fP
.br
\fC#include <vector>\fP
.br
\fC#include <map>\fP
.br
\fC#include <stdexcept>\fP
.br
\fC#include <iostream>\fP
.br
\fC#include <pcre.h>\fP
.br
\fC#include <locale.h>\fP
.br

.SS "Namespaces"

.in +1c
.ti -1c
.RI "namespace \fBpcrepp\fP"
.br
.in -1c
.SS "Defines"

.in +1c
.ti -1c
.RI "#define \fB__pcredebug\fP   if(0) cerr"
.br
.ti -1c
.RI "#define \fBPCRE_GLOBAL\fP   0x10000"
.br
.in -1c
.SH "Define Documentation"
.PP 
.SS "#define __pcredebug   if(0) cerr"
.PP
Definition at line 62 of file pcre++.h.
.PP
Referenced by pcrepp::Pcre::replace().
.SS "#define PCRE_GLOBAL   0x10000"
.PP
additional binary flag in the hope Philip never ever uses the same in the future 
.PP
\fBSee also:\fP
.RS 4
Pcre(const std::string& expression, unsigned int flags) 
.RE
.PP
Definition at line 68 of file pcre++.h.
.PP
Referenced by pcrepp::Pcre::Pcre().
.SH "Author"
.PP 
Generated automatically by Doxygen for PCRE++ from the source code.