OpenMPCD
Namespaces | Functions
HostInformation.hpp File Reference
#include <string>
Include dependency graph for HostInformation.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Defines functions that provide information about the host the program is executed on.

Definition in file HostInformation.hpp.