Mantid
|
This class stores information about the Environment of the computer used by the framework. More...
#include <EnvironmentHistory.h>
Public Member Functions | |
std::string | frameworkVersion () const |
returns the framework version More... | |
std::string | osName () const |
returns the os name More... | |
std::string | osVersion () const |
returns the os version More... | |
void | printSelf (std::ostream &, const int indent=0) const |
print contents of object More... | |
This class stores information about the Environment of the computer used by the framework.
Definition at line 24 of file EnvironmentHistory.h.
std::string Mantid::Kernel::EnvironmentHistory::frameworkVersion | ( | ) | const |
returns the framework version
Returns the framework version.
Definition at line 21 of file EnvironmentHistory.cpp.
References Mantid::Kernel::MantidVersion::version().
Referenced by AlgEnvHistoryGrpBox::fillEnvHistoryGroupBox(), and printSelf().
std::string Mantid::Kernel::EnvironmentHistory::osName | ( | ) | const |
returns the os name
Returns the OS name.
Definition at line 26 of file EnvironmentHistory.cpp.
References Mantid::Kernel::SingletonHolder< T >::Instance().
Referenced by AlgEnvHistoryGrpBox::fillEnvHistoryGroupBox(), and printSelf().
std::string Mantid::Kernel::EnvironmentHistory::osVersion | ( | ) | const |
returns the os version
Returns the OS version.
Definition at line 31 of file EnvironmentHistory.cpp.
References Mantid::Kernel::SingletonHolder< T >::Instance().
Referenced by AlgEnvHistoryGrpBox::fillEnvHistoryGroupBox(), and printSelf().
void Mantid::Kernel::EnvironmentHistory::printSelf | ( | std::ostream & | os, |
const int | indent = 0 |
||
) | const |
print contents of object
Prints a text representation of itself.
os | :: The ouput stream to write to |
indent | :: an indentation value to make pretty printing of object and sub-objects |
Definition at line 38 of file EnvironmentHistory.cpp.
References frameworkVersion(), osName(), and osVersion().
Referenced by Mantid::Kernel::operator<<(), and Mantid::API::WorkspaceHistory::printSelf().