mirror of
https://github.com/boostorg/endian.git
synced 2025-08-01 05:24:39 +02:00
Rename integers.hpp to types.hpp in case floating point is someday supported.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<tr>
|
||||
<td width="100%" bgcolor="#E8F5FF">
|
||||
<a href="../../../boost/endian/conversion.hpp"><boost/endian/conversion.hpp></a><br>
|
||||
<a href="../../../boost/endian/integers.hpp"><boost/endian/integers.hpp></a></td>
|
||||
<a href="../../../boost/endian/types.hpp"><boost/endian/types.hpp></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@@ -48,7 +48,7 @@
|
||||
<tr>
|
||||
<td width="100%" bgcolor="#E8F5FF">
|
||||
<a href="../../../boost/endian/conversion.hpp"><boost/endian/conversion.hpp></a><br>
|
||||
<a href="../../../boost/endian/integers.hpp"><boost/endian/integers.hpp></a></td>
|
||||
<a href="../../../boost/endian/types.hpp"><boost/endian/types.hpp></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2><a name="Abstract">Abstract</a></h2>
|
||||
|
@@ -65,11 +65,11 @@
|
||||
<tr>
|
||||
<td width="100%" bgcolor="#E8F5FF">
|
||||
<a href="../../../boost/endian/conversion.hpp"><boost/endian/conversion.hpp></a><br>
|
||||
<a href="../../../boost/endian/integers.hpp"><boost/endian/integers.hpp></a></td>
|
||||
<a href="../../../boost/endian/types.hpp"><boost/endian/types.hpp></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2><a name="Introduction">Introduction</a></h2>
|
||||
<p>Header <a href="file:///D:/endian/boost/endian/integers.hpp"><boost/endian/integers.hpp></a> provides
|
||||
<p>Header <a href="file:///D:/endian/boost/endian/types.hpp"><boost/endian/types.hpp></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 <iostream>
|
||||
#include <cstdio>
|
||||
#include <boost/endian/integers.hpp>
|
||||
#include <boost/endian/types.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
using namespace boost::endian;
|
||||
|
@@ -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;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// boost/endian/integers.hpp ---------------------------------------------------------//
|
||||
// boost/endian/types.hpp ------------------------------------------------------------//
|
||||
|
||||
// (C) Copyright Darin Adler 2000
|
||||
// (C) Copyright Beman Dawes 2006, 2009
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user