mirror of
https://github.com/boostorg/endian.git
synced 2025-07-31 21:14:38 +02:00
Rename integers.html to types.html, mimicing the rename of the header.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<td><b><a href="../../../index.htm">Boost Home</a>
|
||||
<a href="index.html">Endian Home</a>
|
||||
<a href="conversion.html">Conversion Functions</a>
|
||||
<a href="integers.html">Integer Types</a> Tutorial</b></td>
|
||||
<a href="types.html">Endian Types</a> Tutorial</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" align="right">
|
||||
|
@@ -26,7 +26,7 @@
|
||||
<td><b><a href="../../../index.htm">Boost Home</a>
|
||||
<a href="index.html">Endian Home</a>
|
||||
<a href="conversion.html">Conversion Functions</a>
|
||||
<a href="integers.html">Integer Types</a> Tutorial</b></td>
|
||||
<a href="types.html">Integer Types</a> Tutorial</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" align="right">
|
||||
@@ -70,7 +70,7 @@
|
||||
functions</a> to reorder bytes. All four combinations of non-modifying or
|
||||
modifying, and unconditional or conditional, functions are provided.<br>
|
||||
</li>
|
||||
<li>The implicit approach provides <a href="integers.html">integer types</a>
|
||||
<li>The implicit approach provides <a href="types.html">integer types</a>
|
||||
that mimic the built-in integers, implicitly handling all byte reordering.</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -128,7 +128,7 @@ conversion functions to convert byte ordering as needed. Both mutating and
|
||||
non-mutating conversions are supplied, and each comes in unconditional and
|
||||
conditional variants. Type <code>long double</code> is not currently supported.</p>
|
||||
|
||||
<p><b><a href="integers.html">Endian types</a> -</b> The application uses the provided endian types
|
||||
<p><b><a href="types.html">Endian types</a> -</b> The application uses the provided endian types
|
||||
which mimic the
|
||||
built-in integer types. For example, <code>big32_t</code> or <code>little64_t</code>. Types with lengths of
|
||||
1-8 bytes are supported, rather than just 2, 4, and 8 bytes. There are no alignment
|
||||
@@ -149,7 +149,7 @@ application.</p>
|
||||
<th colspan="2">Advantages</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width="50%"><b><a href="integers.html">Endian types</a></b></th>
|
||||
<th width="50%"><b><a href="types.html">Endian types</a></b></th>
|
||||
<th><b><a href="conversion.html">Endian conversion functions</a></b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@@ -28,7 +28,7 @@
|
||||
<td><b><a href="../../../index.htm">Boost Home</a>
|
||||
<a href="index.html">Endian Home</a>
|
||||
<a href="conversion.html">Conversion Functions</a>
|
||||
<a href="integers.html">Integer Types</a> Tutorial</b></td>
|
||||
<a href="types.html">Endian Types</a> Tutorial</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user