Rename integers.hpp to types.hpp in case floating point is someday supported.

This commit is contained in:
Beman
2013-05-20 09:07:01 -04:00
parent ee750c0ec8
commit f13a9cd6a4
9 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@
<tr>
<td width="100%" bgcolor="#E8F5FF">
<a href="../../../boost/endian/conversion.hpp">&lt;boost/endian/conversion.hpp&gt;</a><br>
<a href="../../../boost/endian/integers.hpp">&lt;boost/endian/integers.hpp&gt;</a></td>
<a href="../../../boost/endian/types.hpp">&lt;boost/endian/types.hpp&gt;</a></td>
</tr>
</table>

View File

@@ -48,7 +48,7 @@
<tr>
<td width="100%" bgcolor="#E8F5FF">
<a href="../../../boost/endian/conversion.hpp">&lt;boost/endian/conversion.hpp&gt;</a><br>
<a href="../../../boost/endian/integers.hpp">&lt;boost/endian/integers.hpp&gt;</a></td>
<a href="../../../boost/endian/types.hpp">&lt;boost/endian/types.hpp&gt;</a></td>
</tr>
</table>
<h2><a name="Abstract">Abstract</a></h2>

View File

@@ -65,11 +65,11 @@
<tr>
<td width="100%" bgcolor="#E8F5FF">
<a href="../../../boost/endian/conversion.hpp">&lt;boost/endian/conversion.hpp&gt;</a><br>
<a href="../../../boost/endian/integers.hpp">&lt;boost/endian/integers.hpp&gt;</a></td>
<a href="../../../boost/endian/types.hpp">&lt;boost/endian/types.hpp&gt;</a></td>
</tr>
</table>
<h2><a name="Introduction">Introduction</a></h2>
<p>Header <a href="file:///D:/endian/boost/endian/integers.hpp">&lt;boost/endian/integers.hpp&gt;</a> provides
<p>Header <a href="file:///D:/endian/boost/endian/types.hpp">&lt;boost/endian/types.hpp&gt;</a> provides
integer-like byte-holder binary types with explicit control over
byte order, value type, size, and alignment. Typedefs provide easy-to-use names
for common configurations.</p>
@@ -102,7 +102,7 @@ binary file containing four byte big-endian and little-endian integers:</p>
<blockquote>
<pre>#include &lt;iostream&gt;
#include &lt;cstdio&gt;
#include &lt;boost/endian/integers.hpp&gt;
#include &lt;boost/endian/types.hpp&gt;
#include &lt;boost/static_assert.hpp&gt;
using namespace boost::endian;

View File

@@ -15,7 +15,7 @@
#include <iostream>
#include <cstdio>
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/static_assert.hpp>
using namespace boost::endian;

View File

@@ -1,4 +1,4 @@
// boost/endian/integers.hpp ---------------------------------------------------------//
// boost/endian/types.hpp ------------------------------------------------------------//
// (C) Copyright Darin Adler 2000
// (C) Copyright Beman Dawes 2006, 2009

View File

@@ -13,7 +13,7 @@
#include <boost/endian/detail/disable_warnings.hpp>
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/detail/lightweight_main.hpp>
#include <cassert>

View File

@@ -28,7 +28,7 @@
# pragma warning( disable : 4389 ) // signed/unsigned mismatch
#endif
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/detail/lightweight_main.hpp>
#include <cassert>
#include <iostream>

View File

@@ -18,7 +18,7 @@
#include <boost/endian/detail/disable_warnings.hpp>
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/cstdint.hpp>
#include <boost/detail/lightweight_main.hpp>

View File

@@ -12,7 +12,7 @@
#include <boost/endian/detail/disable_warnings.hpp>
#include <boost/endian/conversion.hpp>
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/cstdint.hpp>
#include <boost/timer/timer.hpp>
#include <iostream>