ExchangeFileContents
Loading...
Searching...
No Matches
EuCompilerInfo.h
Go to the documentation of this file.
1#ifndef INC_EUCOMPILERINFO_H
2#define INC_EUCOMPILERINFO_H
3//-----------------------------------------------------------------------------
51//-----------------------------------------------------------------------------
52// includes
53#include "EuToolTypes.h"
54#include <string>
55//-----------------------------------------------------------------------------
56namespace eut
57{
58 //---------------------------------------------------------------------------
72 namespace CompilerInfo
73 {
74 //-------------------------------------------------------------------------
87 //-------------------------------------------------------------------------
103 __tool_export_dll int getCompilerNameAndVersion( std::string & rsCompilerName,
104 std::string & rsCompilerVersion );
105 //-------------------------------------------------------------------------
119 //-------------------------------------------------------------------------
143 //-------------------------------------------------------------------------
144 };
145 //---------------------------------------------------------------------------
146} // namespace eut
147#endif
For each library, here 'EuTools' there is a type file.
#define __tool_export_dll
Definition EuToolTypes.h:77
__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 EuBlob.h:58