#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <algorithm>
#include <iterator>
#include <cmath>
#include <vector>
#include <QByteArray>
#include <zlib.h>
Go to the source code of this file.
|
UInt32 | endianize32 (const UInt32 &n) |
| Endianizes a 32 bit type from big endian to little endian and vice versa. More...
|
|
UInt64 | endianize64 (const UInt64 &n) |
| Endianizes a 64 bit type from big endian to little endian and vice versa. More...
|
|
◆ OPENMS_IS_BIG_ENDIAN
#define OPENMS_IS_BIG_ENDIAN false |