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>logical/and.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>logical/and.hpp</b> header defines a macro that expands to the logical <i>AND</i> of its operands.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/logical/and.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/and.html">BOOST_PP_AND</a></li>
</ul>
</body>
</html>

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,19 @@
<html>
<head>
<title>logical/bool.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>logical/bool.hpp</b> header defines a macro that performs a boolean conversion on its operand.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/logical/bool.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/bool.html">BOOST_PP_BOOL</a></li>
</ul>
</body>
</html>

View File

@ -0,0 +1,19 @@
<html>
<head>
<title>logical/compl.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>logical/compl.hpp</b> header defines a macro that performs a bitwise inversion on its operand.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/logical/compl.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/compl.html">BOOST_PP_COMPL</a></li>
</ul>
</body>
</html>

View File

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

View File

@ -0,0 +1,19 @@
<html>
<head>
<title>logical/not.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>logical/not.hpp</b> header defines a macro that performs a logical <i>NOT</i> on its operand.
</div>
<h4>Usage</h4>
<div class="code">
#include <b>&lt;boost/preprocessor/logical/not.hpp&gt;</b>
</div>
<h4>Contents</h4>
<ul>
<li><a href="../../ref/not.html">BOOST_PP_NOT</a></li>
</ul>
</body>
</html>

View File

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

View File

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