class to collect the information about the current simulation (version, date)
#include <DataClasses.h>
Public Member Functions | |
| RunInfo () | |
| RunInfo (const RunInfo &orig) | |
| RunInfo & | operator= (const RunInfo &) |
Public Attributes | |
| const std::string | version |
| SNOWPACK version. More... | |
| const double | version_num |
| SNOWPACK version formatted as a number. More... | |
| const mio::Date | computation_date |
| Date of computation. More... | |
| const std::string | compilation_date |
| Date of compilation. More... | |
| const std::string | user |
| logname of the user running the simulation More... | |
| const std::string | hostname |
| hostname of the computer running the simulation More... | |
| RunInfo::RunInfo | ( | ) |
| RunInfo::RunInfo | ( | const RunInfo & | orig | ) |
| const std::string RunInfo::compilation_date |
Date of compilation.
| const mio::Date RunInfo::computation_date |
Date of computation.
| const std::string RunInfo::hostname |
hostname of the computer running the simulation
| const std::string RunInfo::user |
logname of the user running the simulation
| const std::string RunInfo::version |
SNOWPACK version.
| const double RunInfo::version_num |
SNOWPACK version formatted as a number.