SNOWPACK  SNOWPACK-3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RunInfo Class Reference

Detailed Description

class to collect the information about the current simulation (version, date)

#include <DataClasses.h>

Public Member Functions

 RunInfo ()
 
 RunInfo (const RunInfo &orig)
 
RunInfooperator= (const RunInfo &)
 

Public Attributes

const std::string version
 SNOWPACK version. 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...
 

Constructor & Destructor Documentation

RunInfo::RunInfo ( )
RunInfo::RunInfo ( const RunInfo orig)

Member Function Documentation

RunInfo& RunInfo::operator= ( const RunInfo )
inline

Member Data Documentation

const std::string RunInfo::compilation_date

Date of compilation.

const mio::Date RunInfo::computation_date

Date of computation.

const std::string RunInfo::user

logname of the user running the simulation

const std::string RunInfo::version

SNOWPACK version.


The documentation for this class was generated from the following files: