]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/regex/doc/html/boost_regex/ref.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / regex / doc / html / boost_regex / ref.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4<title>Reference</title>
5<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7<link rel="home" href="../index.html" title="Boost.Regex 5.1.2">
8<link rel="up" href="../index.html" title="Boost.Regex 5.1.2">
9<link rel="prev" href="format/boost_format_syntax.html" title="Boost-Extended Format String Syntax">
10<link rel="next" href="ref/basic_regex.html" title="basic_regex">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="format/boost_format_syntax.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ref/basic_regex.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="boost_regex.ref"></a><a class="link" href="ref.html" title="Reference">Reference</a>
28</h2></div></div></div>
29<div class="toc"><dl>
30<dt><span class="section"><a href="ref/basic_regex.html">basic_regex</a></span></dt>
31<dt><span class="section"><a href="ref/match_results.html">match_results</a></span></dt>
32<dt><span class="section"><a href="ref/sub_match.html">sub_match</a></span></dt>
33<dt><span class="section"><a href="ref/regex_match.html">regex_match</a></span></dt>
34<dt><span class="section"><a href="ref/regex_search.html">regex_search</a></span></dt>
35<dt><span class="section"><a href="ref/regex_replace.html">regex_replace</a></span></dt>
36<dt><span class="section"><a href="ref/regex_iterator.html">regex_iterator</a></span></dt>
37<dt><span class="section"><a href="ref/regex_token_iterator.html">regex_token_iterator</a></span></dt>
38<dt><span class="section"><a href="ref/bad_expression.html">bad_expression</a></span></dt>
39<dt><span class="section"><a href="ref/syntax_option_type.html">syntax_option_type</a></span></dt>
40<dd><dl>
41<dt><span class="section"><a href="ref/syntax_option_type/syntax_option_type_synopsis.html">syntax_option_type
42 Synopsis</a></span></dt>
43<dt><span class="section"><a href="ref/syntax_option_type/syntax_option_type_overview.html">Overview
44 of syntax_option_type</a></span></dt>
45<dt><span class="section"><a href="ref/syntax_option_type/syntax_option_type_perl.html">Options
46 for Perl Regular Expressions</a></span></dt>
47<dt><span class="section"><a href="ref/syntax_option_type/syntax_option_type_extended.html">Options
48 for POSIX Extended Regular Expressions</a></span></dt>
49<dt><span class="section"><a href="ref/syntax_option_type/syntax_option_type_basic.html">Options
50 for POSIX Basic Regular Expressions</a></span></dt>
51<dt><span class="section"><a href="ref/syntax_option_type/syntax_option_type_literal.html">Options
52 for Literal Strings</a></span></dt>
53</dl></dd>
54<dt><span class="section"><a href="ref/match_flag_type.html">match_flag_type</a></span></dt>
55<dt><span class="section"><a href="ref/error_type.html">error_type</a></span></dt>
56<dt><span class="section"><a href="ref/regex_traits.html">regex_traits</a></span></dt>
57<dt><span class="section"><a href="ref/non_std_strings.html">Interfacing With Non-Standard
58 String Types</a></span></dt>
59<dd><dl>
60<dt><span class="section"><a href="ref/non_std_strings/icu.html">Working With Unicode
61 and ICU String Types</a></span></dt>
62<dd><dl>
63<dt><span class="section"><a href="ref/non_std_strings/icu/intro.html">Introduction
64 to using Regex with ICU</a></span></dt>
65<dt><span class="section"><a href="ref/non_std_strings/icu/unicode_types.html">Unicode
66 regular expression types</a></span></dt>
67<dt><span class="section"><a href="ref/non_std_strings/icu/unicode_algo.html">Unicode
68 Regular Expression Algorithms</a></span></dt>
69<dt><span class="section"><a href="ref/non_std_strings/icu/unicode_iter.html">Unicode
70 Aware Regex Iterators</a></span></dt>
71</dl></dd>
72<dt><span class="section"><a href="ref/non_std_strings/mfc_strings.html">Using
73 Boost Regex With MFC Strings</a></span></dt>
74<dd><dl>
75<dt><span class="section"><a href="ref/non_std_strings/mfc_strings/mfc_intro.html">Introduction
76 to Boost.Regex and MFC Strings</a></span></dt>
77<dt><span class="section"><a href="ref/non_std_strings/mfc_strings/mfc_regex_types.html">Regex
78 Types Used With MFC Strings</a></span></dt>
79<dt><span class="section"><a href="ref/non_std_strings/mfc_strings/mfc_regex_create.html">Regular
80 Expression Creation From an MFC String</a></span></dt>
81<dt><span class="section"><a href="ref/non_std_strings/mfc_strings/mfc_algo.html">Overloaded
82 Algorithms For MFC String Types</a></span></dt>
83<dt><span class="section"><a href="ref/non_std_strings/mfc_strings/mfc_iter.html">Iterating
84 Over the Matches Within An MFC String</a></span></dt>
85</dl></dd>
86</dl></dd>
87<dt><span class="section"><a href="ref/posix.html">POSIX Compatible C API's</a></span></dt>
88<dt><span class="section"><a href="ref/concepts.html">Concepts</a></span></dt>
89<dd><dl>
90<dt><span class="section"><a href="ref/concepts/charT_concept.html">charT Requirements</a></span></dt>
91<dt><span class="section"><a href="ref/concepts/traits_concept.html">Traits Class
92 Requirements</a></span></dt>
93<dt><span class="section"><a href="ref/concepts/iterator_concepts.html">Iterator
94 Requirements</a></span></dt>
95</dl></dd>
96<dt><span class="section"><a href="ref/deprecated_interfaces.html">Deprecated Interfaces</a></span></dt>
97<dd><dl>
98<dt><span class="section"><a href="ref/deprecated_interfaces/regex_format.html">regex_format
99 (Deprecated)</a></span></dt>
100<dt><span class="section"><a href="ref/deprecated_interfaces/regex_grep.html">regex_grep
101 (Deprecated)</a></span></dt>
102<dt><span class="section"><a href="ref/deprecated_interfaces/regex_split.html">regex_split
103 (deprecated)</a></span></dt>
104<dt><span class="section"><a href="ref/deprecated_interfaces/old_regex.html">High
105 Level Class RegEx (Deprecated)</a></span></dt>
106</dl></dd>
107<dt><span class="section"><a href="ref/internal_details.html">Internal Details</a></span></dt>
108<dd><dl><dt><span class="section"><a href="ref/internal_details/uni_iter.html">Unicode
109 Iterators</a></span></dt></dl></dd>
110</dl></div>
111</div>
112<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
113<td align="left"></td>
114<td align="right"><div class="copyright-footer">Copyright &#169; 1998-2013 John Maddock<p>
115 Distributed under the Boost Software License, Version 1.0. (See accompanying
116 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
117 </p>
118</div></td>
119</tr></table>
120<hr>
121<div class="spirit-nav">
122<a accesskey="p" href="format/boost_format_syntax.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ref/basic_regex.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
123</div>
124</body>
125</html>