8#include <QtCore/qtconfigmacros.h>
9#include <QtCore/qprocessordetection.h>
10#include <QtCore/qtcoreexports.h>
25 WordSize = (
sizeof(
void *)<<3)
32 , ByteOrder = BigEndian or LittleEndian
33# elif Q_BYTE_ORDER == Q_BIG_ENDIAN
34 , ByteOrder = BigEndian
35# elif Q_BYTE_ORDER == Q_LITTLE_ENDIAN
36 , ByteOrder = LittleEndian
38# error "Undefined byte order"
42 static QString buildCpuArchitecture();
43 static QString currentCpuArchitecture();
49 static QString productVersion();
50 static QString prettyProductName();
52 static QString machineHostName();
\macro QT_RESTRICTED_CAST_FROM_ASCII
Endian
\value BigEndian Big-endian byte order (also called Network byte order) \value LittleEndian Little-en...
Sizes
This enum provides platform-specific information about the sizes of data structures used by the under...
Combined button and popup list for selecting options.