GlobalObjects
Loading...
Searching...
No Matches
EuCompilerInfo.h
Go to the documentation of this file.
1#ifndef INC_EUCOMPILERINFO_H
2#define INC_EUCOMPILERINFO_H
3//-----------------------------------------------------------------------------
36//-----------------------------------------------------------------------------
37// includes
38#include "EuToolTypes.h"
39#include <string>
40//-----------------------------------------------------------------------------
41namespace eut
42{
43 //---------------------------------------------------------------------------
57 namespace CompilerInfo
58 {
59 //-------------------------------------------------------------------------
72 //-------------------------------------------------------------------------
88 __tool_export_dll int getCompilerNameAndVersion( std::string & rsCompilerName,
89 std::string & rsCompilerVersion );
90 //-------------------------------------------------------------------------
104 //-------------------------------------------------------------------------
128 //-------------------------------------------------------------------------
129 };
130 //---------------------------------------------------------------------------
131} // namespace eut
132#endif
For each library, here 'EuTools' there is a type file.
#define __tool_export_dll
Definition EuToolTypes.h:63
__tool_export_dll int getEnvBits()
__tool_export_dll int getCompilerNameAndVersion(std::string &rsCompilerName, std::string &rsCompilerVersion)
__tool_export_dll std::string getCompilerInfo()
__tool_export_dll std::string getCplusplusVersionAsString()
Definition IniFile.h:47