Files
regex/doc/index.html

166 lines
13 KiB
HTML
Raw Normal View History

2003-05-17 11:45:48 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Boost.Regex: Index</title>
<meta name="generator" content="HTML Tidy, see www.w3.org">
2003-05-17 11:45:48 +00:00
<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">
<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 width="353">
2003-05-17 11:45:48 +00:00
<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><a href="configuration.html">Configuration
and setup</a> <dt><a href="install.html">Installation</a>
<dd>
<dl class="index">
<dt><a href="install.html#bjam">Building with bjam (prefered)</a>
<dt><a href="install.html#unicode">Building with Unicode/ICU support</a>
<dt><a href="install.html#make">Building via Makefiles</a>
<dd><dl class="index">
<dt><a href="install.html#bcb">Borland C++ Builder</a>
<dt><a href="install.html#vc">Microsoft
Visual C++</a>
<dt><a href="install.html#gcc">GNU G++</a>
<dt><a href="install.html#sun">
Sun Forte Compiler</a>
<dt><a href="install.html#other">Other compilers</a>
</dl></dd></dt>
</dl>
<dt>Backgrounders
<dd>
<dl class="index">
<dt><a href="syntax.html">Regular Expression Syntax</a>
<dd>
<dl class="index">
<dt><a href="syntax_perl.html">Perl Regular Expressions</a></dt>
<dt><a href="syntax_extended.html">POSIX-Extended Regular Expressions</a></dt>
<dt><a href="syntax_basic.html">POSIX-Basic Regular Expressions</a></dt>
</dl>
</dd>
</dt>
<dt><a href="format_syntax.html">Format String Syntax</a>
<dd>
<dl class="index">
<dt><a href="format_perl_syntax.html">Perl Format Syntax</a></dt>
<dt><a href="format_sed_syntax.html">Sed Format Syntax</a></dt>
<dt><a href="format_boost_syntax.html">Boost-Extended Format Syntax</a></dt>
</dl>
</dd>
</dt>
<dt><a href="partial_matches.html">Partial matches: matches against incomplete or infinitely long texts</a>
<dt><a href="captures.html">Understanding Captures</a></dt>
<dt><a href="unicode.html">Unicode Support (requires ICU)</a></dt>
<dt><a href="non_standard_strings.html">Working With Non-Standard String Types</a></dt>
<dd>
<dl>
<dt><a href="mfc_strings.html">MFC/ATL Strings</a></dt>
<dt><a href="icu_strings.html">ICU Strings</a></dt>
</dl>
</dd>
</dl>
</dd></dt>
<dt>Reference
<dd>
<dl class="index">
<dt>Types
<dd>
<dl class="index">
<dt><a href="syntax_option_type.html">syntax_option_type</a> <dt><a href="error_type.html">
error_type</a> <dt><a href="match_flag_type.html">match_flag_type</a> <dt><a href="bad_expression.html">
class&nbsp;regex_error</a> <dt><a href="regex_traits.html">class regex_traits</a>
<dt><a href="basic_regex.html">class template basic_regex</a> <dt><a href="sub_match.html">
class template sub_match</a> <dt><a href="match_results.html">class template
match_results</a></dt>
</dl>
<dt>Algorithms
<dd>
<dl class="index">
<dt><a href="regex_match.html">regex_match</a> <dt><a href="regex_search.html">regex_search</a>
<dt><a href="regex_replace.html">regex_replace</a></dt>
</dl>
<dt>Iterators
<dd>
<dl class="index">
<dt><a href="regex_iterator.html">regex_iterator</a> <dt><a href="regex_token_iterator.html">
regex_token_iterator</a></dt>
</dl>
<dt>Typedefs
<dd>
<dl class="index">
<dt><a href="basic_regex.html">regex</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ =
basic_regex&lt;char&gt; ] <dt><a href="basic_regex.html">wregex</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[
= basic_regex&lt;wchar_t&gt; ] <dt><a href="match_results.html">cmatch</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[
= match_results&lt;const char*&gt; ] <dt><a href="match_results.html">wcmatch</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[
= match_results&lt;const wchar_t*&gt; ] <dt><a href="match_results.html">smatch</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[
= match_results&lt;std::string::const_iterator&gt; ] <dt><a href="match_results.html">
wsmatch</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ =
match_results&lt;std::wstring::const_iterator&gt; ] <dt><a href="regex_iterator.html">
cregex_iterator</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ = regex_iterator&lt;const
char*&gt;] <dt><a href="regex_iterator.html">wcregex_iterator</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[
= regex_iterator&lt;const wchar_t*&gt;] <dt><a href="regex_iterator.html">sregex_iterator</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[
= regex_iterator&lt;std::string::const_iterator&gt;] <dt><a href="regex_iterator.html">
wsregex_iterator</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ =
regex_iterator&lt;std::wstring::const_iterator&gt;] <dt><a href="regex_token_iterator.html">
cregex_token_iterator</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ =
regex_token_iterator&lt;const char*&gt;] <dt><a href="regex_token_iterator.html">wcregex_token_iterator</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[
= regex_token_iterator&lt;const wchar_t*&gt;] <dt><a href="regex_token_iterator.html">
sregex_token_iterator</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ =
regex_token_iterator&lt;std::string::const_iterator&gt;] <dt><a href="regex_token_iterator.html">
wsregex_token_iterator</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ =
regex_token_iterator&lt;std::wstring::const_iterator&gt;]</dt>
</dl>
<dt>Deprecated interfaces
<dd>
<dl class="index">
<dt><a href="posix_api.html">POSIX API Compatibility Functions</a>
<dt><a href="regbase.html">class regbase</a> <dt><a href="reg_expression.html">class
template reg_expression</a> <dt><a href="regex_grep.html">Algorithm regex_grep</a>
<dt><a href="regex_format.html">Algorithm regex_format</a> <dt><a href="regex_merge.html">
Algorithm regex_merge</a> <dt><a href="regex_split.html">Algorithm regex_split</a>
<dt><a href="regex.html">class RegEx</a></dt>
</dl>
</dd>
</dl>
<dt><a href="faq.html">FAQ</a> <dt>Appendix
<dd>
<dl class="index">
<dt><a href="implementation.html">Implementation</a> <dt><a href="thread_safety.html">Thread
Safety</a> <dt><a href="localisation.html">Localisation</a> <dt><a href="examples.html">
Examples</a> <dt><a href="headers.html">Headers</a> <dt><a href="redistributables.html">
Redistributables and Library Names</a> <dt><a href="standards.html">Standards
Conformance</a> <dt><a href="history.html">History</a> <dt><a href="performance.html">
Performance</a> <dt><a href="contacts.html">Contacts and Acknowledgements</a></dt>
</dl>
</dd>
2003-05-17 11:45:48 +00:00
</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&nbsp;June 2004&nbsp;
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&nbsp;1998-
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> 2004<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p>
2003-10-24 10:51:38 +00:00
<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>