ML Reference
MeVis/Foundation/Sources/MLUtilities/mlCompilerInfo.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //----------------------------------------------------------------------------------
00004 
00009 //----------------------------------------------------------------------------------
00010 
00011 #ifndef _CompilerInfo_H
00012 #define _CompilerInfo_H
00013 
00014 #include "mlUtilsSystem.h"
00015 #include "mlSystemWarningsDisable.h"
00016 #include <string>
00017 #include "mlSystemWarningsRestore.h"
00018 
00019 ML_UTILS_START_NAMESPACE
00020 
00021 class ML_UTILS_EXPORT CompilerInfo
00022 {
00023 public:
00025   static const std::string &name();
00026 
00028   static const std::string kUnknownModel;
00029 };
00030 
00031 ML_UTILS_END_NAMESPACE
00032 
00033 #endif // _CompilerInfo_H