BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
std::string | getCurrentDateAndTime () |
void | enableFloatingPointExceptions () |
std::string | getenv (const std::string &name) |
bool | isWindowsHost () |
Utility functions getCurrentDateAndTime, enableFloatingPointExceptions.
std::string SysUtils::getCurrentDateAndTime | ( | ) |
Definition at line 22 of file SysUtils.cpp.
void SysUtils::enableFloatingPointExceptions | ( | ) |
Enables exception throw in the case of NaN, Inf.
enables exception throw in the case of NaN, Inf
Definition at line 33 of file SysUtils.cpp.
std::string SysUtils::getenv | ( | const std::string & | name | ) |
Returns environment variable.
Definition at line 48 of file SysUtils.cpp.
Referenced by PyEmbeddedUtils::pythonRuntimeInfo().
bool SysUtils::isWindowsHost | ( | ) |
Returns true if operation system is Windows.
Definition at line 56 of file SysUtils.cpp.