https://mooseframework.inl.gov
include
utils
SystemInfo.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include <string>
13
#include <ctime>
14
15
class
SystemInfo
16
{
17
public
:
18
std::string
getInfo
()
const
;
19
std::string
getTimeStamp
(std::time_t * time_stamp = NULL)
const
;
20
std::string
getExecutable
()
const
;
21
std::string
getExecutableTimeStamp
()
const
;
22
std::string
getExecutableTimeStamp
(
const
std::string & exe)
const
;
23
};
SystemInfo::getExecutable
std::string getExecutable() const
Definition:
SystemInfo.C:136
SystemInfo::getTimeStamp
std::string getTimeStamp(std::time_t *time_stamp=NULL) const
Definition:
SystemInfo.C:63
SystemInfo::getExecutableTimeStamp
std::string getExecutableTimeStamp() const
Definition:
SystemInfo.C:142
SystemInfo::getInfo
std::string getInfo() const
Definition:
SystemInfo.C:29
SystemInfo
Definition:
SystemInfo.h:15
Generated on Wed Aug 27 2025 20:05:30 for https://mooseframework.inl.gov by
1.8.14