#include <OpenMS/build_config.h>
#include <OpenMS/DATASTRUCTURES/StringUtils.h>
#include <cstddef>
#include <string>
#include <fstream>
#include <cstring>
Go to the source code of this file.
|
| class | OpenMSOSInfo |
| | Snapshot of the runtime operating system: name, version, and pointer-width architecture. More...
|
| |
| struct | OpenMSBuildInfo |
| | Build-configuration accessors: build type, OpenMP availability, and OpenMP thread count. More...
|
| |
|
| namespace | OpenMS |
| | Main OpenMS namespace.
|
| |
| namespace | OpenMS::Internal |
| | Namespace used to hide implementation details from users.
|
| |
|
| std::string | getOSVersionString_ () |
| | Return the running OS version using a platform-specific probe.
|
| |
|
| const std::string | OpenMS_OSNames [] = {"unknown", "MacOS", "Windows", "Linux"} |
| | String labels paired with OpenMS_OS; index by static_cast<size_t>(enum_value).
|
| |
| const std::string | OpenMS_ArchNames [] = {"unknown", "32 bit", "64 bit"} |
| | String labels paired with OpenMS_Architecture; index by static_cast<size_t>(enum_value).
|
| |