ExchangeFileContents
|
Returns compiler name, compiler version and whether compiled for 32 or 64 bit. More...
Functions | |
__tool_export_dll std::string | getCompilerInfo () |
__tool_export_dll int | getCompilerNameAndVersion (std::string &rsCompilerName, std::string &rsCompilerVersion) |
__tool_export_dll int | getEnvBits () |
__tool_export_dll std::string | getCplusplusVersionAsString () |
Returns compiler name, compiler version and whether compiled for 32 or 64 bit.
__tool_export_dll std::string eut::CompilerInfo::getCompilerInfo | ( | ) |
Returns compiler name and version as a std::string.
__tool_export_dll int eut::CompilerInfo::getCompilerNameAndVersion | ( | std::string & | rsCompilerName, |
std::string & | rsCompilerVersion ) |
Returns compiler name and version.
[in,out] | rsCompilerName | The name of the C++ Compilers. |
[in,out] | rsCompilerVersion | The version of the C++ Compilers. |
__tool_export_dll std::string eut::CompilerInfo::getCplusplusVersionAsString | ( | ) |
Returns the current C++ version as string.
__tool_export_dll int eut::CompilerInfo::getEnvBits | ( | ) |
Returns whether the C++ code was compiled in 32 or 64 bits.