Poco::ByteOrder Class Reference
#include <ByteOrder.h>
List of all members.
Detailed Description
This class contains a number of static methods to convert between big-endian and little-endian integers of various sizes.
Definition at line 48 of file ByteOrder.h.
Member Function Documentation
UInt32 Poco::ByteOrder::flipBytes |
( |
UInt32 |
value |
) |
[inline, static] |
Int32 Poco::ByteOrder::flipBytes |
( |
Int32 |
value |
) |
[inline, static] |
UInt16 Poco::ByteOrder::flipBytes |
( |
UInt16 |
value |
) |
[inline, static] |
Int16 Poco::ByteOrder::flipBytes |
( |
Int16 |
value |
) |
[inline, static] |
static UInt32 Poco::ByteOrder::fromBigEndian |
( |
UInt32 |
value |
) |
[static] |
static Int32 Poco::ByteOrder::fromBigEndian |
( |
Int32 |
value |
) |
[static] |
static UInt16 Poco::ByteOrder::fromBigEndian |
( |
UInt16 |
value |
) |
[static] |
static Int16 Poco::ByteOrder::fromBigEndian |
( |
Int16 |
value |
) |
[static] |
static UInt32 Poco::ByteOrder::fromLittleEndian |
( |
UInt32 |
value |
) |
[static] |
static Int32 Poco::ByteOrder::fromLittleEndian |
( |
Int32 |
value |
) |
[static] |
static UInt16 Poco::ByteOrder::fromLittleEndian |
( |
UInt16 |
value |
) |
[static] |
static Int16 Poco::ByteOrder::fromLittleEndian |
( |
Int16 |
value |
) |
[static] |
static UInt32 Poco::ByteOrder::fromNetwork |
( |
UInt32 |
value |
) |
[static] |
static Int32 Poco::ByteOrder::fromNetwork |
( |
Int32 |
value |
) |
[static] |
static UInt16 Poco::ByteOrder::fromNetwork |
( |
UInt16 |
value |
) |
[static] |
static Int16 Poco::ByteOrder::fromNetwork |
( |
Int16 |
value |
) |
[static] |
static UInt32 Poco::ByteOrder::toBigEndian |
( |
UInt32 |
value |
) |
[static] |
static Int32 Poco::ByteOrder::toBigEndian |
( |
Int32 |
value |
) |
[static] |
static UInt16 Poco::ByteOrder::toBigEndian |
( |
UInt16 |
value |
) |
[static] |
static Int16 Poco::ByteOrder::toBigEndian |
( |
Int16 |
value |
) |
[static] |
static UInt32 Poco::ByteOrder::toLittleEndian |
( |
UInt32 |
value |
) |
[static] |
static Int32 Poco::ByteOrder::toLittleEndian |
( |
Int32 |
value |
) |
[static] |
static UInt16 Poco::ByteOrder::toLittleEndian |
( |
UInt16 |
value |
) |
[static] |
static Int16 Poco::ByteOrder::toLittleEndian |
( |
Int16 |
value |
) |
[static] |
static UInt32 Poco::ByteOrder::toNetwork |
( |
UInt32 |
value |
) |
[static] |
static Int32 Poco::ByteOrder::toNetwork |
( |
Int32 |
value |
) |
[static] |
static UInt16 Poco::ByteOrder::toNetwork |
( |
UInt16 |
value |
) |
[static] |
static Int16 Poco::ByteOrder::toNetwork |
( |
Int16 |
value |
) |
[static] |
The documentation for this class was generated from the following file: