Go to the documentation of this file.
38 #ifndef __BASE_TEMPERATURE_HH__
39 #define __BASE_TEMPERATURE_HH__
176 #endif // __BASE_TEMPERATURE_HH__
constexpr Temperature operator+(const Temperature &rhs) const
constexpr Temperature operator/(const Temperature &lhs, const double &rhs)
constexpr friend Temperature operator*(const Temperature &lhs, const double &rhs)
constexpr friend Temperature operator/(const Temperature &lhs, const double &rhs)
constexpr bool operator<(const Temperature &rhs) const
Temperature & operator/=(const double &rhs)
Temperature & operator+=(const Temperature &rhs)
static Temperature fromCelsius(double _value)
constexpr double toCelsius() const
constexpr bool operator==(const Temperature &rhs) const
Temperature & operator*=(const double &rhs)
constexpr bool operator>=(const Temperature &rhs) const
static Temperature fromFahrenheit(double _value)
The class stores temperatures in Kelvin and provides helper methods to convert to/from Celsius.
constexpr double toKelvin() const
friend std::ostream & operator<<(std::ostream &out, const Temperature &t)
constexpr bool operator>(const Temperature &rhs) const
constexpr bool operator!=(const Temperature &rhs) const
Temperature & operator-=(const Temperature &rhs)
constexpr Temperature(double _value=0.0)
Explicit constructor assigning a value.
constexpr Temperature operator-(const Temperature &rhs) const
double toFahrenheit() const
double value
Temperature in Kelvin.
constexpr Temperature operator*(const Temperature &lhs, const double &rhs)
constexpr bool operator<=(const Temperature &rhs) const
static Temperature fromKelvin(double _value)
Generated on Tue Jun 22 2021 15:28:25 for gem5 by doxygen 1.8.17