#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.
Classes | |
| class | Base64 |
| Class to encode and decode Base64. More... | |
| union | Base64::Reinterpreter64_ |
| Internal class needed for type-punning. More... | |
| union | Base64::Reinterpreter32_ |
| Internal class needed for type-punning. More... | |
Namespaces | |
| namespace | OpenMS |
Main OpenMS namespace. | |
Defines | |
| #define | OPENMS_IS_BIG_ENDIAN false |
Functions | |
| Int32 | endianize32 (Int32 &n) |
| Endianizes a 32 bit type from big endian to litte endian and vice versa. | |
| Int64 | endianize64 (Int64 &n) |
| Endianizes a 64 bit type from big endian to litte endian and vice versa. | |
| #define OPENMS_IS_BIG_ENDIAN false |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:46 using doxygen 1.7.1 |