OpenMS  2.6.0
Classes | Namespaces | Enumerations | Variables
BuildInfo.h File Reference
#include <OpenMS/build_config.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <QSysInfo>
#include <QString>
Include dependency graph for BuildInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenMSOSInfo
 
struct  OpenMSBuildInfo
 Struct with some static methods to get infos on the build configuration. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 
 OpenMS::Internal
 Namespace used to hide implementation details from users.
 

Enumerations

enum  OpenMS_OS { OS_UNKNOWN, OS_MACOS, OS_WINDOWS, OS_LINUX }
 
enum  OpenMS_Architecture { ARCH_UNKNOWN, ARCH_32BIT, ARCH_64BIT }
 

Variables

std::string OpenMS_OSNames [] = {"unknown", "MacOS", "Windows", "Linux"}
 
std::string OpenMS_ArchNames [] = {"unknown", "32 bit", "64 bit"}