2003-05-17 11:45:48 +00:00
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
|
|
|
<title>Boost.Regex: Index</title>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../../boost.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<p></p>
|
|
|
|
|
<table id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" width="300">
|
2004-10-05 15:45:52 +00:00
|
|
|
|
<h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
|
2003-05-17 11:45:48 +00:00
|
|
|
|
</td>
|
|
|
|
|
<td style="WIDTH: 353px">
|
|
|
|
|
<h1 align="center">Boost.Regex</h1>
|
|
|
|
|
<h2 align="center">Index</h2>
|
|
|
|
|
</td>
|
|
|
|
|
<td width="50">
|
|
|
|
|
<h3><a href="../../index.html"><img height="45" width="43" alt="Boost Libraries Index" src="uarrow.gif" border="0"></a></h3>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
<hr>
|
|
|
|
|
<h2>Contents</h2>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="introduction.html">Overview</a></dt>
|
|
|
|
|
<dt><a href="configuration.html">Configuration and setup</a></dt>
|
|
|
|
|
<dt><a href="install.html">Installation</a></dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="install.html#bcb">Borland C++ Builder</a></dt> <dt><a href="install.html#vc">
|
|
|
|
|
Microsoft Visual C++</a></dt> <dt><a href="install.html#gcc">GNU G++</a></dt>
|
|
|
|
|
<dt><a href="install.html#sun">Sun Forte Compiler</a></dt> <dt><a href="install.html#other">
|
|
|
|
|
Other compilers (building with bjam)</a></dt>
|
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
|
|
|
|
<dt>Reference</dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt>Types</dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="syntax_option_type.html">syntax_option_type</a></dt> <dt><a href="match_flag_type.html">
|
|
|
|
|
match_flag_type</a></dt> <dt><a href="bad_expression.html">class bad_expression</a></dt>
|
2004-03-17 12:53:57 +00:00
|
|
|
|
<dt><a href="regex_traits.html">class regex_traits</a></dt>
|
|
|
|
|
<dt><a href="basic_regex.html">class template basic_regex</a></dt>
|
|
|
|
|
<dt><a href="sub_match.html">class template sub_match</a></dt>
|
|
|
|
|
<dt><a href="match_results.html">class template match_results</a></dt>
|
2003-05-17 11:45:48 +00:00
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
|
|
|
|
<dt>Algorithms</dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="regex_match.html">regex_match</a></dt> <dt><a href="regex_search.html">regex_search</a></dt>
|
|
|
|
|
<dt><a href="regex_replace.html">regex_replace</a></dt>
|
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
|
|
|
|
<dt>Iterators</dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="regex_iterator.html">regex_iterator</a></dt>
|
|
|
|
|
<dt><a href="regex_token_iterator.html">regex_token_iterator</a></dt>
|
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
2004-03-17 12:53:57 +00:00
|
|
|
|
<dt>Typedefs</dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="basic_regex.html">regex</a> [ = basic_regex<char> ]</dt>
|
|
|
|
|
<dt><a href="basic_regex.html">wregex</a> [ = basic_regex<wchar_t> ]</dt>
|
|
|
|
|
<dt><a href="match_results.html">cmatch</a> [ = match_results<const char*> ]</dt>
|
|
|
|
|
<dt><a href="match_results.html">wcmatch</a> [ = match_results<const wchar_t*> ]</dt>
|
|
|
|
|
<dt><a href="match_results.html">smatch</a> [ = match_results<std::string::const_iterator> ]</dt>
|
|
|
|
|
<dt><a href="match_results.html">wsmatch</a> [ = match_results<std::wstring::const_iterator> ]</dt>
|
|
|
|
|
<dt><a href="regex_iterator.html">cregex_iterator</a> [ = regex_iterator<const char*>]</dt>
|
|
|
|
|
<dt><a href="regex_iterator.html">wcregex_iterator</a> [ = regex_iterator<const wchar_t*>]</dt>
|
|
|
|
|
<dt><a href="regex_iterator.html">sregex_iterator</a> [ = regex_iterator<std::string::const_iterator>]</dt>
|
|
|
|
|
<dt><a href="regex_iterator.html">wsregex_iterator</a> [ = regex_iterator<std::wstring::const_iterator>]</dt>
|
|
|
|
|
<dt><a href="regex_token_iterator.html">cregex_token_iterator</a> [ = regex_token_iterator<const char*>]</dt>
|
|
|
|
|
<dt><a href="regex_token_iterator.html">wcregex_token_iterator</a> [ = regex_token_iterator<const wchar_t*>]</dt>
|
|
|
|
|
<dt><a href="regex_token_iterator.html">sregex_token_iterator</a> [ = regex_token_iterator<std::string::const_iterator>]</dt>
|
|
|
|
|
<dt><a href="regex_token_iterator.html">wsregex_token_iterator</a> [ = regex_token_iterator<std::wstring::const_iterator>]</dt>
|
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
2003-05-17 11:45:48 +00:00
|
|
|
|
<dt>Misc.</dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="posix_api.html">POSIX API Compatibility Functions</a></dt>
|
|
|
|
|
<dt><a href="partial_matches.html">Partial matches</a></dt>
|
|
|
|
|
<dt><a href="syntax.html">Regular Expression Syntax</a></dt>
|
|
|
|
|
<dt><a href="format_syntax.html">Format String Syntax</a></dt>
|
2003-12-13 12:28:48 +00:00
|
|
|
|
<dt><a href="captures.html">Understanding Captures</a></dt>
|
2003-05-17 11:45:48 +00:00
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
|
|
|
|
<dt>Deprecated interfaces</dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="regbase.html">class regbase</a></dt> <dt><a href="reg_expression.html">class
|
|
|
|
|
template reg_expression</a></dt> <dt><a href="regex_grep.html">Algorithm
|
|
|
|
|
regex_grep</a></dt> <dt><a href="regex_format.html">Algorithm regex_format</a></dt>
|
|
|
|
|
<dt><a href="regex_merge.html">Algorithm regex_merge</a></dt> <dt><a href="regex_split.html">
|
|
|
|
|
Algorithm regex_split</a></dt>
|
|
|
|
|
<dt><a href="regex.html">class RegEx</a></dt>
|
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
|
|
|
|
<dt><a href="faq.html">FAQ</a></dt>
|
|
|
|
|
<dt>Appendix</dt>
|
|
|
|
|
<dd>
|
|
|
|
|
<dl class="index">
|
|
|
|
|
<dt><a href="implementation.html">Implementation</a></dt>
|
|
|
|
|
<dt><a href="thread_safety.html">Thread Safety</a></dt>
|
|
|
|
|
<dt><a href="localisation.html">Localisation</a></dt>
|
|
|
|
|
<dt><a href="examples.html">Examples</a></dt>
|
|
|
|
|
<dt><a href="headers.html">Headers</a></dt>
|
|
|
|
|
<dt><a href="redistributables.html">Redistributables and Library Names</a></dt>
|
|
|
|
|
<dt><a href="standards.html">Standards Conformance</a></dt>
|
|
|
|
|
<dt><a href="history.html">History</a></dt>
|
|
|
|
|
<dt><a href="performance.html">Performance</a></dt>
|
|
|
|
|
<dt><a href="contacts.html">Contacts and Acknowledgements</a></dt>
|
|
|
|
|
</dl>
|
|
|
|
|
</dd>
|
|
|
|
|
</dl>
|
|
|
|
|
<hr>
|
|
|
|
|
<p>Revised
|
2003-10-24 10:51:38 +00:00
|
|
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
|
|
|
24 Oct 2003
|
2003-05-17 11:45:48 +00:00
|
|
|
|
<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
|
2003-10-24 10:51:38 +00:00
|
|
|
|
<p><i><EFBFBD> Copyright John Maddock 1998-
|
|
|
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan -->
|
|
|
|
|
2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p>
|
|
|
|
|
<P><I>Use, modification and distribution are subject to the Boost Software License,
|
|
|
|
|
Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A>
|
|
|
|
|
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
2003-05-17 11:45:48 +00:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|