From 530dbb679b6200e5174021fb6c60adab9e7c7441 Mon Sep 17 00:00:00 2001 From: Beman Date: Tue, 28 May 2013 21:33:07 -0400 Subject: [PATCH] Fix broken links, tweak content. --- doc/conversion.html | 6 +++--- doc/index.html | 4 ++-- doc/types.html | 11 ++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/conversion.html b/doc/conversion.html index fe25258..339cc33 100644 --- a/doc/conversion.html +++ b/doc/conversion.html @@ -59,14 +59,14 @@ - <boost/endian/conversion.hpp>
- <boost/endian/types.hpp> + <boost/endian/conversion.hpp>
+ <boost/endian/types.hpp>

Introduction

-

Header boost/endian/conversion.hpp +

Header boost/endian/conversion.hpp provides byte order reversal and conversion functions that convert objects of the multi-byte built-in integer types, and also types float and double, diff --git a/doc/index.html b/doc/index.html index 061af2a..a134079 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,8 +60,8 @@ - <boost/endian/conversion.hpp>
- <boost/endian/types.hpp> + <boost/endian/conversion.hpp>
+ <boost/endian/types.hpp> diff --git a/doc/types.html b/doc/types.html index 3cbb03a..2da6250 100644 --- a/doc/types.html +++ b/doc/types.html @@ -71,13 +71,13 @@ - <boost/endian/conversion.hpp>
- <boost/endian/types.hpp> + <boost/endian/conversion.hpp>
+ <boost/endian/types.hpp>

Introduction

-

Header <boost/endian/types.hpp> provides -integer-like byte-holder binary types with explicit control over +

Header boost/endian/types.hpp +provides integer and floating point binary types with explicit control over byte order, value type, size, and alignment. Typedefs provide easy-to-use names for common configurations.

These types provide portable byte-holders for integer data, independent of @@ -102,7 +102,8 @@ arithmetic operators are +, +=, -, ^, ^=, <<, <<=, >>, >>=. Binary relational operators are ==, !=, <, <=, >, >=.

-

Automatic conversion is provided to the underlying integer value type.

+

Automatic implicit conversion to the underlying value type is provided. An +explicit conversion constructor from the underlying value type is provided.

Example

The endian_example.cpp program writes a binary file containing four byte big-endian and little-endian integers: