OpenMPCD
|
#include <string>
Go to the source code of this file.
Namespaces | |
OpenMPCD::Utility | |
Holds utility functionality. | |
OpenMPCD::Utility::HostInformation | |
Provides functions that give information about the host the program is being executed on. | |
Functions | |
const std::string | OpenMPCD::Utility::HostInformation::getHostname () |
Returns the hostname of the machine this program is being executed on. More... | |
const std::string | OpenMPCD::Utility::HostInformation::getCurrentUTCTimeAsString () |
Returns the current time in UTC as a string, formatted as YYYY-MM-DDTHH:MM:SS . More... | |
Defines functions that provide information about the host the program is executed on.
Definition in file HostInformation.hpp.