• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
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.79.1">
7<link rel="home" href="../index.html" title="Boost.Regex 5.1.4">
8<link rel="up" href="../index.html" title="Boost.Regex 5.1.4">
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 class="toc">
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.html">Deprecated Interfaces</a></span></dt>
97<dd><dl>
98<dt><span class="section"><a href="ref/deprecated/regex_format.html">regex_format
99        (Deprecated)</a></span></dt>
100<dt><span class="section"><a href="ref/deprecated/regex_grep.html">regex_grep (Deprecated)</a></span></dt>
101<dt><span class="section"><a href="ref/deprecated/regex_split.html">regex_split
102        (deprecated)</a></span></dt>
103<dt><span class="section"><a href="ref/deprecated/old_regex.html">High Level Class
104        RegEx (Deprecated)</a></span></dt>
105</dl></dd>
106<dt><span class="section"><a href="ref/internals.html">Internal Details</a></span></dt>
107<dd><dl><dt><span class="section"><a href="ref/internals/uni_iter.html">Unicode Iterators</a></span></dt></dl></dd>
108</dl></div>
109</div>
110<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
111<td align="left"></td>
112<td align="right"><div class="copyright-footer">Copyright © 1998-2013 John Maddock<p>
113        Distributed under the Boost Software License, Version 1.0. (See accompanying
114        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>)
115      </p>
116</div></td>
117</tr></table>
118<hr>
119<div class="spirit-nav">
120<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>
121</div>
122</body>
123</html>
124