#include <Temperature.h>
Public Member Functions | |
Temperature (const Temperature &) | |
Temperature (const string &s) | |
Temperature (const IDLTemperature &) | |
Temperature (double value) | |
Temperature & | operator= (const Temperature &) |
Temperature & | operator= (const double) |
Temperature & | operator+= (const Temperature &) |
Temperature & | operator-= (const Temperature &) |
Temperature & | operator *= (const double) |
Temperature & | operator/= (const double) |
Temperature | operator+ (const Temperature &) const |
Temperature | operator- (const Temperature &) const |
Temperature | operator * (const double) const |
Temperature | operator/ (const double) const |
bool | operator< (const Temperature &) const |
bool | operator> (const Temperature &) const |
bool | operator<= (const Temperature &) const |
bool | operator>= (const Temperature &) const |
bool | operator== (const Temperature &) const |
bool | equals (const Temperature &) const |
bool | operator!= (const Temperature &) const |
bool | isZero () const |
Temperature | operator- () const |
Temperature | operator+ () const |
string | toString () const |
string | toStringI () const |
operator string () const | |
double | get () const |
IDLTemperature | toIDLTemperature () const |
Static Public Member Functions | |
static double | fromString (const string &) |
static string | toString (double) |
static Temperature | getTemperature (StringTokenizer &t) throw (NumberFormatException) |
static string | unit () |
Friends | |
Temperature | operator * (double, const Temperature &) |
ostream & | operator<< (ostream &, const Temperature &) |
istream & | operator>> (istream &, Temperature &) |