#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.
|
Int32 | endianize32 (Int32 &n) |
| Endianizes a 32 bit type from big endian to little endian and vice versa. More...
|
|
Int64 | endianize64 (Int64 &n) |
| Endianizes a 64 bit type from big endian to little endian and vice versa. More...
|
|
#define OPENMS_IS_BIG_ENDIAN false |