Thermal-FIST
1.3
Package for hadron resonance gas model applications
Home
Structure of Thermal-FIST
Download from GitHub
Installation
Examples
Namespace List
Class List
File List
File List
File Members
include
HRGBase
Utility.h
Go to the documentation of this file.
1
/*
2
* Thermal-FIST package
3
*
4
* Copyright (c) 2019 Volodymyr Vovchenko
5
*
6
* GNU General Public License (GPLv3 or later)
7
*/
8
#ifndef UTILITY_H
9
#define UTILITY_H
10
18
#include <string>
19
20
namespace
thermalfist
{
21
22
class
Disclaimer
{
23
24
public
:
25
static
bool
PrintDisclaimer
();
26
27
static
bool
DisclaimerPrinted
;
28
29
};
30
31
32
// For C99 compatibility
33
long
long
stringToLongLong
(
const
std::string &str);
34
35
double
get_wall_time
();
36
37
double
get_cpu_time
();
38
39
}
// namespace thermalfist
40
41
#endif
thermalfist::stringToLongLong
long long stringToLongLong(const std::string &str)
thermalfist::Disclaimer
Definition:
Utility.h:22
thermalfist::Disclaimer::PrintDisclaimer
static bool PrintDisclaimer()
Definition:
Utility.cpp:47
thermalfist::Disclaimer::DisclaimerPrinted
static bool DisclaimerPrinted
Definition:
Utility.h:27
thermalfist::get_wall_time
double get_wall_time()
Definition:
Utility.cpp:187
thermalfist::get_cpu_time
double get_cpu_time()
Definition:
Utility.cpp:195
thermalfist
The main namespace where all classes and functions of the Thermal-FIST library reside.
Definition:
BilinearSplineFunction.h:13
Generated by
1.8.11