GlobalObjects
|
Liefert Compilernamen, Compilerversion und ob für 32 oder 64 Bit compiliert. Mehr ...
Funktionen | |
__tool_export_dll std::string | getCompilerInfo () |
__tool_export_dll int | getCompilerNameAndVersion (std::string &rsCompilerName, std::string &rsCompilerVersion) |
__tool_export_dll std::string | getCplusplusVersionAsString () |
__tool_export_dll int | getEnvBits () |
Liefert Compilernamen, Compilerversion und ob für 32 oder 64 Bit compiliert.
__tool_export_dll std::string eut::CompilerInfo::getCompilerInfo | ( | ) |
Gibt den Namen und die Version des Compilers als std::string zurück.
__tool_export_dll int eut::CompilerInfo::getCompilerNameAndVersion | ( | std::string & | rsCompilerName, |
std::string & | rsCompilerVersion ) |
Gibt den Namen und die Version des Compilers zurück.
[in,out] | rsCompilerName | Der Name des C++ Compilers. |
[in,out] | rsCompilerVersion | Die Version des C++ Compilers. |
__tool_export_dll std::string eut::CompilerInfo::getCplusplusVersionAsString | ( | ) |
Liefert die aktuelle C++ Version als String.
__tool_export_dll int eut::CompilerInfo::getEnvBits | ( | ) |
Liefert, ob C++ -Code in 32 oder 64 Bit kompiliert wurde.