<QtEndian> - Endian Conversion Functions
The <QtEndian> header provides functions to convert between little and big endian representations of numbers. More...
Types
| typedef | qint16_be |
| typedef | qint16_le |
| typedef | qint32_be |
| typedef | qint32_le |
| typedef | qint64_be |
| typedef | qint64_le |
| typedef | quint16_be |
| typedef | quint16_le |
| typedef | quint32_be |
| typedef | quint32_le |
| typedef | quint64_be |
| typedef | quint64_le |
Type Documentation
typedef qint16_be
Typedef for QBEInteger<qint16>. This type is guaranteed to be stored in memory as a 16-bit big-endian signed integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also qint16.
typedef qint16_le
Typedef for QLEInteger<qint16>. This type is guaranteed to be stored in memory as a 16-bit little-endian signed integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also qint16.
typedef qint32_be
Typedef for QBEInteger<qint32>. This type is guaranteed to be stored in memory as a 32-bit big-endian signed integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also qint32.
typedef qint32_le
Typedef for QLEInteger<qint32>. This type is guaranteed to be stored in memory as a 32-bit little-endian signed integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also qint32.
typedef qint64_be
Typedef for QBEInteger<qint64>. This type is guaranteed to be stored in memory as a 64-bit big-endian signed integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also qint64.
typedef qint64_le
Typedef for QLEInteger<qint64>. This type is guaranteed to be stored in memory as a 64-bit little-endian signed integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also qint64.
typedef quint16_be
Typedef for QBEInteger<quint16>. This type is guaranteed to be stored in memory as a 16-bit big-endian unsigned integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also quint16.
typedef quint16_le
Typedef for QLEInteger<quint16>. This type is guaranteed to be stored in memory as a 16-bit little-endian unsigned integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also quint16.
typedef quint32_be
Typedef for QBEInteger<quint32>. This type is guaranteed to be stored in memory as a 32-bit big-endian unsigned integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also quint32.
typedef quint32_le
Typedef for QLEInteger<quint32>. This type is guaranteed to be stored in memory as a 32-bit little-endian unsigned integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also quint32.
typedef quint64_be
Typedef for QBEInteger<quint64>. This type is guaranteed to be stored in memory as a 64-bit big-endian unsigned integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also quint64.
typedef quint64_le
Typedef for QLEInteger<quint64>. This type is guaranteed to be stored in memory as a 64-bit little-endian unsigned integer on all platforms supported by Qt.
This typedef was introduced in Qt 5.10.
See also quint64.