Celsius() const | Temperature | |
CelsiusToFahrenheit(double _temp) | Temperature | static |
CelsiusToKelvin(double _temp) | Temperature | static |
Fahrenheit() const | Temperature | |
FahrenheitToCelsius(double _temp) | Temperature | static |
FahrenheitToKelvin(double _temp) | Temperature | static |
Kelvin() const | Temperature | |
KelvinToCelsius(double _temp) | Temperature | static |
KelvinToFahrenheit(double _temp) | Temperature | static |
operator!=(const Temperature &_temp) const | Temperature | |
operator!=(double _temp) const | Temperature | |
operator()() const | Temperature | |
operator*(double _temp) const | Temperature | |
operator*(const Temperature &_temp) const | Temperature | |
operator* | Temperature | friend |
operator*=(double _temp) | Temperature | |
operator*=(const Temperature &_temp) | Temperature | |
operator+(double _temp) const | Temperature | |
operator+(const Temperature &_temp) const | Temperature | |
operator+ | Temperature | friend |
operator+=(double _temp) | Temperature | |
operator+=(const Temperature &_temp) | Temperature | |
operator-(double _temp) const | Temperature | |
operator-(const Temperature &_temp) const | Temperature | |
operator- | Temperature | friend |
operator-=(double _temp) | Temperature | |
operator-=(const Temperature &_temp) | Temperature | |
operator/(double _temp) const | Temperature | |
operator/(const Temperature &_temp) const | Temperature | |
operator/ | Temperature | friend |
operator/=(double _temp) | Temperature | |
operator/=(const Temperature &_temp) | Temperature | |
operator<(const Temperature &_temp) const | Temperature | |
operator<(double _temp) const | Temperature | |
operator<< | Temperature | friend |
operator<=(const Temperature &_temp) const | Temperature | |
operator<=(double _temp) const | Temperature | |
operator=(double _temp) | Temperature | |
operator==(const Temperature &_temp) const | Temperature | |
operator==(double _temp) const | Temperature | |
operator>(const Temperature &_temp) const | Temperature | |
operator>(double _temp) const | Temperature | |
operator>=(const Temperature &_temp) const | Temperature | |
operator>=(double _temp) const | Temperature | |
operator>> | Temperature | friend |
SetCelsius(double _temp) | Temperature | |
SetFahrenheit(double _temp) | Temperature | |
SetKelvin(double _temp) | Temperature | |
Temperature() | Temperature | |
Temperature(double _temp) | Temperature | |