initial revision

[SVN r15198]
This commit is contained in:
Paul Mensonides
2002-09-08 09:40:56 +00:00
parent cb61e12209
commit cdc4be5256
294 changed files with 12946 additions and 11 deletions

View File

@ -0,0 +1,19 @@
<html>
<head>
<title>punctuation/comma.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>punctuation/comma.hpp</b> header defines a macro that expands to a comma.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/punctuation/comma.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/comma.html">BOOST_PP_COMMA</a></li>
</ul>
</body>
</html>

View File

@ -0,0 +1,19 @@
<html>
<head>
<title>punctuation/comma_if.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>punctuation/comma_if.hpp</b> header defines a macro that conditionally expands to a comma.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/punctuation/comma_if.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/comma_if.html">BOOST_PP_COMMA_IF</a></li>
</ul>
</body>
</html>

View File

@ -0,0 +1,20 @@
<html>
<head>
<title>punctuation/paren.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>punctuation/paren.hpp</b> header defines macros that expand to left and right parentheses.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/punctuation/paren.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/lparen.html">BOOST_PP_LPAREN</a></li>
<li><a href="../../ref/rparen.html">BOOST_PP_RPAREN</a></li>
</ul>
</body>
</html>

View File

@ -0,0 +1,20 @@
<html>
<head>
<title>punctuation/paren_if.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>punctuation/paren_if.hpp</b> header defines macros that conditionally expand to left and right parentheses.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/punctuation/paren_if.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/lparen_if.html">BOOST_PP_LPAREN_IF</a></li>
<li><a href="../../ref/rparen_if.html">BOOST_PP_RPAREN_IF</a></li>
</ul>
</body>
</html>