mirror of
https://github.com/boostorg/regex.git
synced 2025-07-04 16:16:32 +02:00
49 lines
2.3 KiB
HTML
49 lines
2.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Boost.Regex: Headers</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>
|
|
<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>
|
|
</td>
|
|
<TD width="353">
|
|
<H1 align="center">Boost.Regex</H1>
|
|
<H2 align="center">Headers</H2>
|
|
</TD>
|
|
<td width="50">
|
|
<h3><a href="index.html"><img height="45" width="43" alt="Boost.Regex Index" src="uarrow.gif" border="0"></a></h3>
|
|
</td>
|
|
</TR>
|
|
</TABLE>
|
|
</P>
|
|
<HR>
|
|
<p></p>
|
|
<P>There are two main headers used by this library: <boost/regex.hpp>
|
|
provides full access to the main template library, while
|
|
<boost/cregex.hpp> provides access to the (deprecated) high level class
|
|
RegEx, and the POSIX API functions.
|
|
</P>
|
|
<P>There is also a header containing only forward declarations
|
|
<boost/regex_fwd.hpp> for use when an interface is dependent upon
|
|
boost::basic_regex, but otherwise does not need the full definitions.</P>
|
|
<P>
|
|
<HR>
|
|
<P></P>
|
|
<p>Revised
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
28 June 2004
|
|
<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
|
|
<p><i>© Copyright John Maddock 1998-
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan --> 2004<!--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>
|
|
</body>
|
|
</html>
|