1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>Boost.Regex: Index</title> |
---|
5 | <meta name="generator" content="HTML Tidy, see www.w3.org"> |
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
---|
7 | <link rel="stylesheet" type="text/css" href="../../../boost.css"> |
---|
8 | </head> |
---|
9 | <body> |
---|
10 | <table summary="contains the boost libraries logo and a page header" |
---|
11 | id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0"> |
---|
12 | <tr> |
---|
13 | <td valign="top" width="300"> |
---|
14 | <h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3> |
---|
15 | </td> |
---|
16 | <td width="353"> |
---|
17 | <h1 align="center">Boost.Regex</h1> |
---|
18 | <h2 align="center">Index</h2> |
---|
19 | </td> |
---|
20 | <td width="50"> |
---|
21 | <h3><a href="../../index.html"><img height="45" width="43" alt="Boost Libraries Index" src="uarrow.gif" border="0"></a></h3> |
---|
22 | </td> |
---|
23 | </tr> |
---|
24 | </table> |
---|
25 | <br> |
---|
26 | <br> |
---|
27 | <hr> |
---|
28 | <h2>Contents</h2> |
---|
29 | <p>This documentation <a href="http://boost-consulting.com/vault/index.php?action=downloadfile&filename=boost_regex-1.34.pdf&directory=PDF%20Documentation&">is also available in PDF format</a>.</p> |
---|
30 | <dl class="index"> |
---|
31 | <dt><a href="introduction.html">Overview</a> <dt><a href="configuration.html">Configuration |
---|
32 | and setup</a> <dt><a href="install.html">Installation</a> |
---|
33 | <dd> |
---|
34 | <dl class="index"> |
---|
35 | <dt><a href="install.html#bjam">Building with bjam (preferred)</a> |
---|
36 | <dt><a href="install.html#unicode">Building with Unicode/ICU support</a> |
---|
37 | <dt><a href="install.html#make">Building via Makefiles</a> |
---|
38 | <dd><dl class="index"> |
---|
39 | <dt><a href="install.html#bcb">Borland C++ Builder</a> |
---|
40 | <dt><a href="install.html#vc">Microsoft |
---|
41 | Visual C++</a> |
---|
42 | <dt><a href="install.html#gcc">GNU G++</a> |
---|
43 | <dt><a href="install.html#sun"> |
---|
44 | Sun Forte Compiler</a> |
---|
45 | <dt><a href="install.html#other">Other compilers</a> |
---|
46 | </dt> |
---|
47 | </dl></dd> |
---|
48 | </dl> |
---|
49 | <dt>Backgrounders |
---|
50 | <dd> |
---|
51 | <dl class="index"> |
---|
52 | <dt><a href="syntax.html">Regular Expression Syntax</a> |
---|
53 | <dd> |
---|
54 | <dl class="index"> |
---|
55 | <dt><a href="syntax_perl.html">Perl Regular Expressions</a></dt> |
---|
56 | <dt><a href="syntax_extended.html">POSIX-Extended Regular Expressions</a></dt> |
---|
57 | <dt><a href="syntax_basic.html">POSIX-Basic Regular Expressions</a></dt> |
---|
58 | </dl> |
---|
59 | </dd> |
---|
60 | <dt><a href="format_syntax.html">Format String Syntax</a> |
---|
61 | <dd> |
---|
62 | <dl class="index"> |
---|
63 | <dt><a href="format_perl_syntax.html">Perl Format Syntax</a></dt> |
---|
64 | <dt><a href="format_sed_syntax.html">Sed Format Syntax</a></dt> |
---|
65 | <dt><a href="format_boost_syntax.html">Boost-Extended Format Syntax</a></dt> |
---|
66 | </dl> |
---|
67 | </dd> |
---|
68 | <dt><a href="partial_matches.html">Partial matches: matches against incomplete or infinitely long texts</a> |
---|
69 | <dt><a href="captures.html">Understanding Captures</a></dt> |
---|
70 | <dt><a href="unicode.html">Unicode Support (requires ICU)</a></dt> |
---|
71 | <dt><a href="non_standard_strings.html">Working With Non-Standard String Types</a></dt> |
---|
72 | <dd> |
---|
73 | <dl> |
---|
74 | <dt><a href="mfc_strings.html">MFC/ATL Strings</a></dt> |
---|
75 | <dt><a href="icu_strings.html">ICU Strings</a></dt> |
---|
76 | </dl> |
---|
77 | </dd> |
---|
78 | </dl> |
---|
79 | </dd> |
---|
80 | <dt>Reference |
---|
81 | <dd> |
---|
82 | <dl class="index"> |
---|
83 | <dt>Types |
---|
84 | <dd> |
---|
85 | <dl class="index"> |
---|
86 | <dt><a href="syntax_option_type.html">syntax_option_type</a> <dt><a href="error_type.html"> |
---|
87 | error_type</a> <dt><a href="match_flag_type.html">match_flag_type</a> <dt><a href="bad_expression.html"> |
---|
88 | class regex_error</a> <dt><a href="regex_traits.html">class regex_traits</a> |
---|
89 | <dt><a href="basic_regex.html">class template basic_regex</a> <dt><a href="sub_match.html"> |
---|
90 | class template sub_match</a> <dt><a href="match_results.html">class template |
---|
91 | match_results</a></dt> |
---|
92 | </dl> |
---|
93 | <dt>Algorithms |
---|
94 | <dd> |
---|
95 | <dl class="index"> |
---|
96 | <dt><a href="regex_match.html">regex_match</a> <dt><a href="regex_search.html">regex_search</a> |
---|
97 | <dt><a href="regex_replace.html">regex_replace</a></dt> |
---|
98 | </dl> |
---|
99 | <dt>Iterators |
---|
100 | <dd> |
---|
101 | <dl class="index"> |
---|
102 | <dt><a href="regex_iterator.html">regex_iterator</a> <dt><a href="regex_token_iterator.html"> |
---|
103 | regex_token_iterator</a></dt> |
---|
104 | </dl> |
---|
105 | <dt>Typedefs |
---|
106 | <dd> |
---|
107 | <dl class="index"> |
---|
108 | <dt><a href="basic_regex.html">regex</a> [ = |
---|
109 | basic_regex<char> ] <dt><a href="basic_regex.html">wregex</a> [ |
---|
110 | = basic_regex<wchar_t> ] <dt><a href="match_results.html">cmatch</a> [ |
---|
111 | = match_results<const char*> ] <dt><a href="match_results.html">wcmatch</a> [ |
---|
112 | = match_results<const wchar_t*> ] <dt><a href="match_results.html">smatch</a> [ |
---|
113 | = match_results<std::string::const_iterator> ] <dt><a href="match_results.html"> |
---|
114 | wsmatch</a> [ = |
---|
115 | match_results<std::wstring::const_iterator> ] <dt><a href="regex_iterator.html"> |
---|
116 | cregex_iterator</a> [ = regex_iterator<const |
---|
117 | char*>] <dt><a href="regex_iterator.html">wcregex_iterator</a> [ |
---|
118 | = regex_iterator<const wchar_t*>] <dt><a href="regex_iterator.html">sregex_iterator</a> [ |
---|
119 | = regex_iterator<std::string::const_iterator>] <dt><a href="regex_iterator.html"> |
---|
120 | wsregex_iterator</a> [ = |
---|
121 | regex_iterator<std::wstring::const_iterator>] <dt><a href="regex_token_iterator.html"> |
---|
122 | cregex_token_iterator</a> [ = |
---|
123 | regex_token_iterator<const char*>] <dt><a href="regex_token_iterator.html">wcregex_token_iterator</a> [ |
---|
124 | = regex_token_iterator<const wchar_t*>] <dt><a href="regex_token_iterator.html"> |
---|
125 | sregex_token_iterator</a> [ = |
---|
126 | regex_token_iterator<std::string::const_iterator>] <dt><a href="regex_token_iterator.html"> |
---|
127 | wsregex_token_iterator</a> [ = |
---|
128 | regex_token_iterator<std::wstring::const_iterator>]</dt> |
---|
129 | </dl> |
---|
130 | <dt>Deprecated interfaces |
---|
131 | <dd> |
---|
132 | <dl class="index"> |
---|
133 | <dt><a href="posix_api.html">POSIX API Compatibility Functions</a> |
---|
134 | <dt><a href="regbase.html">class regbase</a> <dt><a href="reg_expression.html">class |
---|
135 | template reg_expression</a> <dt><a href="regex_grep.html">Algorithm regex_grep</a> |
---|
136 | <dt><a href="regex_format.html">Algorithm regex_format</a> <dt><a href="regex_merge.html"> |
---|
137 | Algorithm regex_merge</a> <dt><a href="regex_split.html">Algorithm regex_split</a> |
---|
138 | <dt><a href="regex.html">class RegEx</a></dt> |
---|
139 | </dl> |
---|
140 | </dd> |
---|
141 | </dl> |
---|
142 | <dt><a href="faq.html">FAQ</a> <dt>Appendix |
---|
143 | <dd> |
---|
144 | <dl class="index"> |
---|
145 | <dt><a href="implementation.html">Implementation</a> <dt><a href="thread_safety.html">Thread |
---|
146 | Safety</a> <dt><a href="localisation.html">Localisation</a> <dt><a href="examples.html"> |
---|
147 | Examples</a> <dt><a href="headers.html">Headers</a> <dt><a href="redistributables.html"> |
---|
148 | Redistributables and Library Names</a> <dt><a href="standards.html">Standards |
---|
149 | Conformance</a> <dt><a href="history.html">History</a> <dt><a href="performance.html"> |
---|
150 | Performance</a> <dt><a href="contacts.html">Contacts and Acknowledgements</a></dt> |
---|
151 | </dl> |
---|
152 | </dd> |
---|
153 | </dl> |
---|
154 | <hr> |
---|
155 | <p>Revised |
---|
156 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
---|
157 | 24 June 2004 |
---|
158 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> |
---|
159 | <p><i>© Copyright John Maddock 1998- |
---|
160 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> 2004<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p> |
---|
161 | <P><I>Use, modification and distribution are subject to the Boost Software License, |
---|
162 | Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> |
---|
163 | or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P> |
---|
164 | </body> |
---|
165 | </html> |
---|
166 | |
---|