mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 05:54:31 +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>
|
<tr>
|
||||||
<td width="100%" bgcolor="#E8F5FF">
|
<td width="100%" bgcolor="#E8F5FF">
|
||||||
<a href="../../../boost/endian/conversion.hpp"><boost/endian/conversion.hpp></a><br>
|
<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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@@ -48,7 +48,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td width="100%" bgcolor="#E8F5FF">
|
<td width="100%" bgcolor="#E8F5FF">
|
||||||
<a href="../../../boost/endian/conversion.hpp"><boost/endian/conversion.hpp></a><br>
|
<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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2><a name="Abstract">Abstract</a></h2>
|
<h2><a name="Abstract">Abstract</a></h2>
|
||||||
|
@@ -65,11 +65,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td width="100%" bgcolor="#E8F5FF">
|
<td width="100%" bgcolor="#E8F5FF">
|
||||||
<a href="../../../boost/endian/conversion.hpp"><boost/endian/conversion.hpp></a><br>
|
<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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<h2><a name="Introduction">Introduction</a></h2>
|
<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
|
integer-like byte-holder binary types with explicit control over
|
||||||
byte order, value type, size, and alignment. Typedefs provide easy-to-use names
|
byte order, value type, size, and alignment. Typedefs provide easy-to-use names
|
||||||
for common configurations.</p>
|
for common configurations.</p>
|
||||||
@@ -102,7 +102,7 @@ binary file containing four byte big-endian and little-endian integers:</p>
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>#include <iostream>
|
<pre>#include <iostream>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <boost/endian/integers.hpp>
|
#include <boost/endian/types.hpp>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
|
||||||
using namespace boost::endian;
|
using namespace boost::endian;
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <boost/endian/integers.hpp>
|
#include <boost/endian/types.hpp>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
|
||||||
using namespace boost::endian;
|
using namespace boost::endian;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// boost/endian/integers.hpp ---------------------------------------------------------//
|
// boost/endian/types.hpp ------------------------------------------------------------//
|
||||||
|
|
||||||
// (C) Copyright Darin Adler 2000
|
// (C) Copyright Darin Adler 2000
|
||||||
// (C) Copyright Beman Dawes 2006, 2009
|
// (C) Copyright Beman Dawes 2006, 2009
|
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include <boost/endian/detail/disable_warnings.hpp>
|
#include <boost/endian/detail/disable_warnings.hpp>
|
||||||
|
|
||||||
#include <boost/endian/integers.hpp>
|
#include <boost/endian/types.hpp>
|
||||||
#include <boost/detail/lightweight_main.hpp>
|
#include <boost/detail/lightweight_main.hpp>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
# pragma warning( disable : 4389 ) // signed/unsigned mismatch
|
# pragma warning( disable : 4389 ) // signed/unsigned mismatch
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/endian/integers.hpp>
|
#include <boost/endian/types.hpp>
|
||||||
#include <boost/detail/lightweight_main.hpp>
|
#include <boost/detail/lightweight_main.hpp>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include <boost/endian/detail/disable_warnings.hpp>
|
#include <boost/endian/detail/disable_warnings.hpp>
|
||||||
|
|
||||||
#include <boost/endian/integers.hpp>
|
#include <boost/endian/types.hpp>
|
||||||
#include <boost/cstdint.hpp>
|
#include <boost/cstdint.hpp>
|
||||||
#include <boost/detail/lightweight_main.hpp>
|
#include <boost/detail/lightweight_main.hpp>
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
#include <boost/endian/detail/disable_warnings.hpp>
|
#include <boost/endian/detail/disable_warnings.hpp>
|
||||||
|
|
||||||
#include <boost/endian/conversion.hpp>
|
#include <boost/endian/conversion.hpp>
|
||||||
#include <boost/endian/integers.hpp>
|
#include <boost/endian/types.hpp>
|
||||||
#include <boost/cstdint.hpp>
|
#include <boost/cstdint.hpp>
|
||||||
#include <boost/timer/timer.hpp>
|
#include <boost/timer/timer.hpp>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Reference in New Issue
Block a user