![]() |
OpenMS
2.4.0
|
Classes | |
struct | OpenMSOSInfo |
Enumerations | |
enum | OpenMS_OS { OS_UNKNOWN, OS_MACOS, OS_WINDOWS, OS_LINUX } |
enum | OpenMS_Architecture { ARCH_UNKNOWN, ARCH_32BIT, ARCH_64BIT } |
Functions | |
static OpenMSOSInfo | getOSInfo () |
OpenMS_Architecture | getBinaryArchitecture () |
Variables | |
std::string | OpenMS_OSNames [] = {"unknown", "MacOS", "Windows", "Linux"} |
std::string | OpenMS_ArchNames [] = {"unknown", "32 bit", "64 bit"} |
enum OpenMS_Architecture |
enum OpenMS_OS |
OpenMS_Architecture OpenMS::Internal::getBinaryArchitecture | ( | ) |
References ARCH_32BIT, ARCH_64BIT, and ARCH_UNKNOWN.
|
static |
References OpenMSOSInfo::arch, ARCH_32BIT, ARCH_64BIT, OpenMSOSInfo::os, OS_LINUX, OS_MACOS, OpenMSOSInfo::os_version, and OS_WINDOWS.
std::string OpenMS_ArchNames[] = {"unknown", "32 bit", "64 bit"} |
Referenced by OpenMSOSInfo::getArchAsString().
std::string OpenMS_OSNames[] = {"unknown", "MacOS", "Windows", "Linux"} |
Referenced by OpenMSOSInfo::getOSAsString().