casa
$Rev:20696$
|
The Temperature class implements a quantity of temperature in degrees Kelvin. More...
#include <Temperature.h>
Public Member Functions | |
Temperature () | |
The nullary constructor (default). | |
Temperature (const Temperature &) | |
The copy constructor. | |
Temperature (const string &s) | |
A constructor from a string representation. | |
Temperature (const IDLTemperature &idlTemperature) | |
A constructor from a CORBA/IDL representation. | |
Temperature (double value) | |
A constructor from a value in double precision. | |
virtual | ~Temperature () |
The destructor. | |
void | toBin (EndianOSStream &eoss) |
Write the binary representation of this to an EndianOSStream . | |
Temperature & | operator= (const Temperature &x) |
An assignment operator Temperature = Temperature. | |
Temperature & | operator= (const double d) |
An assignment operator Temperature = double. | |
Temperature & | operator+= (const Temperature &x) |
Operator increment and assign. | |
Temperature & | operator-= (const Temperature &x) |
Operator decrement and assign. | |
Temperature & | operator*= (const double x) |
Operator multiply and assign. | |
Temperature & | operator/= (const double x) |
Operator divide and assign. | |
Temperature | operator+ (const Temperature &x) const |
Addition operator. | |
Temperature | operator- (const Temperature &x) const |
Substraction operator. | |
Temperature | operator* (const double x) const |
Multiplication operator. | |
Temperature | operator/ (const double x) const |
Division operator. | |
bool | operator< (const Temperature &x) const |
Comparison operator. | |
bool | operator> (const Temperature &x) const |
Comparison operator. | |
bool | operator<= (const Temperature &x) const |
Comparison operator. | |
bool | operator>= (const Temperature &x) const |
Comparison operator. | |
bool | operator== (const Temperature &x) const |
Comparision operator. | |
bool | equals (const Temperature &x) const |
Comparison method. | |
bool | operator!= (const Temperature &x) const |
Comparison operator. | |
bool | isZero () const |
Comparison method. | |
Temperature | operator- () const |
Unary operator. | |
Temperature | operator+ () const |
Unary operator. | |
string | toString () const |
Converts into a string. | |
string | toStringI () const |
Idem toString. | |
operator string () const | |
Conversion operator. | |
double | get () const |
Return the double precision value of the Temperature. | |
IDLTemperature | toIDLTemperature () const |
Return the IDLTemperature representation of the Temperature. | |
Temperature () | |
The nullary constructor (default). | |
Temperature (const Temperature &) | |
The copy constructor. | |
Temperature (const string &s) | |
A constructor from a string representation. | |
Temperature (const IDLTemperature &idlTemperature) | |
A constructor from a CORBA/IDL representation. | |
Temperature (double value) | |
A constructor from a value in double precision. | |
virtual | ~Temperature () |
The destructor. | |
void | toBin (EndianOSStream &eoss) |
Write the binary representation of this to an EndianOSStream . | |
Temperature & | operator= (const Temperature &x) |
An assignment operator Temperature = Temperature. | |
Temperature & | operator= (const double d) |
An assignment operator Temperature = double. | |
Temperature & | operator+= (const Temperature &x) |
Operator increment and assign. | |
Temperature & | operator-= (const Temperature &x) |
Operator decrement and assign. | |
Temperature & | operator*= (const double x) |
Operator multiply and assign. | |
Temperature & | operator/= (const double x) |
Operator divide and assign. | |
Temperature | operator+ (const Temperature &x) const |
Addition operator. | |
Temperature | operator- (const Temperature &x) const |
Substraction operator. | |
Temperature | operator* (const double x) const |
Multiplication operator. | |
Temperature | operator/ (const double x) const |
Division operator. | |
bool | operator< (const Temperature &x) const |
Comparison operator. | |
bool | operator> (const Temperature &x) const |
Comparison operator. | |
bool | operator<= (const Temperature &x) const |
Comparison operator. | |
bool | operator>= (const Temperature &x) const |
Comparison operator. | |
bool | operator== (const Temperature &x) const |
Comparision operator. | |
bool | equals (const Temperature &x) const |
Comparison method. | |
bool | operator!= (const Temperature &x) const |
Comparison operator. | |
bool | isZero () const |
Comparison method. | |
Temperature | operator- () const |
Unary operator. | |
Temperature | operator+ () const |
Unary operator. | |
string | toString () const |
Converts into a string. | |
string | toStringI () const |
Idem toString. | |
operator string () const | |
Conversion operator. | |
double | get () const |
Return the double precision value of the Temperature. | |
IDLTemperature | toIDLTemperature () const |
Return the IDLTemperature representation of the Temperature. | |
Static Public Member Functions | |
static double | fromString (const string &s) |
A static method equivalent to the constructor from a string. | |
static string | toString (double) |
Conversion into string. | |
static Temperature | getTemperature (StringTokenizer &st) throw (NumberFormatException) |
Parse the next (string) token of a StringTokenizer into an angle. | |
static void | toBin (const vector< Temperature > &angle, EndianOSStream &eoss) |
Write the binary representation of a vector of Temperature to a EndianOSStream. | |
static void | toBin (const vector< vector< Temperature > > &angle, EndianOSStream &eoss) |
Write the binary representation of a vector of vector of Temperature to a EndianOSStream. | |
static void | toBin (const vector< vector< vector< Temperature > > > &angle, EndianOSStream &eoss) |
Write the binary representation of a vector of vector of vector of Temperature to a EndianOSStream. | |
static Temperature | fromBin (EndianIStream &eis) |
Read the binary representation of an Temperature from a EndianIStream and use the read value to set an Temperature. | |
static vector< Temperature > | from1DBin (EndianIStream &eis) |
Read the binary representation of a vector of Temperature from an EndianIStream and use the read value to set a vector of Temperature. | |
static vector< vector < Temperature > > | from2DBin (EndianIStream &eis) |
Read the binary representation of a vector of vector of Temperature from an EndianIStream and use the read value to set a vector of vector of Temperature. | |
static vector< vector< vector < Temperature > > > | from3DBin (EndianIStream &eis) |
Read the binary representation of a vector of vector of vector of Temperature from an EndianIStream and use the read value to set a vector of vector of vector of Temperature. | |
static string | unit () |
Returns the abbreviated name of the unit implicitely associated to any Temperature. | |
static double | fromString (const string &s) |
A static method equivalent to the constructor from a string. | |
static string | toString (double) |
Conversion into string. | |
static Temperature | getTemperature (StringTokenizer &st) throw (NumberFormatException) |
Parse the next (string) token of a StringTokenizer into an angle. | |
static void | toBin (const vector< Temperature > &angle, EndianOSStream &eoss) |
Write the binary representation of a vector of Temperature to a EndianOSStream. | |
static void | toBin (const vector< vector< Temperature > > &angle, EndianOSStream &eoss) |
Write the binary representation of a vector of vector of Temperature to a EndianOSStream. | |
static void | toBin (const vector< vector< vector< Temperature > > > &angle, EndianOSStream &eoss) |
Write the binary representation of a vector of vector of vector of Temperature to a EndianOSStream. | |
static Temperature | fromBin (EndianIStream &eis) |
Read the binary representation of an Temperature from a EndianIStream and use the read value to set an Temperature. | |
static vector< Temperature > | from1DBin (EndianIStream &eis) |
Read the binary representation of a vector of Temperature from an EndianIStream and use the read value to set a vector of Temperature. | |
static vector< vector < Temperature > > | from2DBin (EndianIStream &eis) |
Read the binary representation of a vector of vector of Temperature from an EndianIStream and use the read value to set a vector of vector of Temperature. | |
static vector< vector< vector < Temperature > > > | from3DBin (EndianIStream &eis) |
Read the binary representation of a vector of vector of vector of Temperature from an EndianIStream and use the read value to set a vector of vector of vector of Temperature. | |
static string | unit () |
Returns the abbreviated name of the unit implicitely associated to any Temperature. | |
Private Attributes | |
double | value |
Friends | |
Temperature | operator* (double d, const Temperature &x) |
Overloading of multiplication operator. | |
ostream & | operator<< (ostream &os, const Temperature &x) |
Overloading of << to output the value an Temperature on an ostream. | |
istream & | operator>> (istream &is, Temperature &x) |
Overloading of >> to read an Temperature from an istream. | |
Temperature | operator* (double d, const Temperature &x) |
Overloading of multiplication operator. | |
ostream & | operator<< (ostream &os, const Temperature &x) |
Overloading of << to output the value an Temperature on an ostream. | |
istream & | operator>> (istream &is, Temperature &x) |
Overloading of >> to read an Temperature from an istream. |
The Temperature class implements a quantity of temperature in degrees Kelvin.
Definition at line 59 of file Temperature.h.
asdm::Temperature::Temperature | ( | ) | [inline] |
The nullary constructor (default).
Temperature constructors.
Definition at line 322 of file Temperature.h.
asdm::Temperature::Temperature | ( | const Temperature & | t | ) | [inline] |
The copy constructor.
Definition at line 324 of file Temperature.h.
asdm::Temperature::Temperature | ( | const string & | s | ) | [inline] |
A constructor from a string representation.
The string passed in argument must be parsable into a double precision number to express the value in radian of the angle.
s | a string. |
Definition at line 330 of file Temperature.h.
asdm::Temperature::Temperature | ( | const IDLTemperature & | idlTemperature | ) | [inline] |
A constructor from a CORBA/IDL representation.
idlTemperature | a cons ref to an IDLTemperature. |
Definition at line 327 of file Temperature.h.
asdm::Temperature::Temperature | ( | double | value | ) | [inline] |
A constructor from a value in double precision.
The value passed in argument defines the value of the Temperature in radian.
Definition at line 332 of file Temperature.h.
asdm::Temperature::~Temperature | ( | ) | [inline, virtual] |
The nullary constructor (default).
asdm::Temperature::Temperature | ( | const Temperature & | ) |
The copy constructor.
asdm::Temperature::Temperature | ( | const string & | s | ) |
A constructor from a string representation.
The string passed in argument must be parsable into a double precision number to express the value in radian of the angle.
s | a string. |
asdm::Temperature::Temperature | ( | const IDLTemperature & | idlTemperature | ) |
A constructor from a CORBA/IDL representation.
idlTemperature | a cons ref to an IDLTemperature. |
asdm::Temperature::Temperature | ( | double | value | ) |
A constructor from a value in double precision.
The value passed in argument defines the value of the Temperature in radian.
virtual asdm::Temperature::~Temperature | ( | ) | [virtual] |
The destructor.
bool asdm::Temperature::equals | ( | const Temperature & | x | ) | const [inline] |
Comparison method.
Equality.
x | a const reference to a Temperature. |
Definition at line 397 of file Temperature.h.
References value.
bool asdm::Temperature::equals | ( | const Temperature & | x | ) | const |
static vector<Temperature> asdm::Temperature::from1DBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of a vector of Temperature from an EndianIStream and use the read value to set a vector of Temperature.
eis | a reference to the EndianIStream to be read |
static vector<Temperature> asdm::Temperature::from1DBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of a vector of Temperature from an EndianIStream and use the read value to set a vector of Temperature.
eis | a reference to the EndianIStream to be read |
static vector<vector<Temperature> > asdm::Temperature::from2DBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of a vector of vector of Temperature from an EndianIStream and use the read value to set a vector of vector of Temperature.
eis | the EndianIStream to be read |
static vector<vector<Temperature> > asdm::Temperature::from2DBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of a vector of vector of Temperature from an EndianIStream and use the read value to set a vector of vector of Temperature.
eis | the EndianIStream to be read |
static vector<vector<vector<Temperature> > > asdm::Temperature::from3DBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of a vector of vector of vector of Temperature from an EndianIStream and use the read value to set a vector of vector of vector of Temperature.
eis | the EndianIStream to be read |
static vector<vector<vector<Temperature> > > asdm::Temperature::from3DBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of a vector of vector of vector of Temperature from an EndianIStream and use the read value to set a vector of vector of vector of Temperature.
eis | the EndianIStream to be read |
static Temperature asdm::Temperature::fromBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of an Temperature from a EndianIStream and use the read value to set an Temperature.
eis | the EndianStream to be read |
static Temperature asdm::Temperature::fromBin | ( | EndianIStream & | eis | ) | [static] |
Read the binary representation of an Temperature from a EndianIStream and use the read value to set an Temperature.
eis | the EndianStream to be read |
static double asdm::Temperature::fromString | ( | const string & | s | ) | [static] |
A static method equivalent to the constructor from a string.
s | a string?. |
static double asdm::Temperature::fromString | ( | const string & | s | ) | [static] |
A static method equivalent to the constructor from a string.
s | a string?. |
double asdm::Temperature::get | ( | ) | const [inline] |
Return the double precision value of the Temperature.
Definition at line 427 of file Temperature.h.
References value.
double asdm::Temperature::get | ( | ) | const |
Return the double precision value of the Temperature.
static Temperature asdm::Temperature::getTemperature | ( | StringTokenizer & | st | ) | throw (NumberFormatException) [static] |
Parse the next (string) token of a StringTokenizer into an angle.
st | a reference to a StringTokenizer. |
static Temperature asdm::Temperature::getTemperature | ( | StringTokenizer & | st | ) | throw (NumberFormatException) [static] |
Parse the next (string) token of a StringTokenizer into an angle.
st | a reference to a StringTokenizer. |
bool asdm::Temperature::isZero | ( | ) | const |
Comparison method.
Test nullity.
bool asdm::Temperature::isZero | ( | ) | const |
Comparison method.
Test nullity.
asdm::Temperature::operator string | ( | ) | const [inline] |
Conversion operator.
Conversion functions.
Converts into a string.
Definition at line 418 of file Temperature.h.
References toString().
asdm::Temperature::operator string | ( | ) | const |
Conversion operator.
Converts into a string.
bool asdm::Temperature::operator!= | ( | const Temperature & | x | ) | const |
bool asdm::Temperature::operator!= | ( | const Temperature & | x | ) | const [inline] |
Comparison operator.
Not-equal.
x | a const reference to a Temperature. |
Definition at line 403 of file Temperature.h.
References value.
Temperature asdm::Temperature::operator* | ( | const double | x | ) | const [inline] |
Multiplication operator.
x | a value in double precision. |
Definition at line 374 of file Temperature.h.
References value.
Temperature asdm::Temperature::operator* | ( | const double | x | ) | const |
Multiplication operator.
x | a value in double precision. |
Temperature & asdm::Temperature::operator*= | ( | const double | x | ) | [inline] |
Operator multiply and assign.
x | a value in double precision. |
Definition at line 355 of file Temperature.h.
References value.
Temperature& asdm::Temperature::operator*= | ( | const double | x | ) |
Operator multiply and assign.
x | a value in double precision. |
Temperature asdm::Temperature::operator+ | ( | const Temperature & | x | ) | const [inline] |
Addition operator.
arithmetic functions
x | a const reference to a Temperature. |
Definition at line 364 of file Temperature.h.
References value.
Temperature asdm::Temperature::operator+ | ( | const Temperature & | x | ) | const |
Addition operator.
x | a const reference to a Temperature. |
Temperature asdm::Temperature::operator+ | ( | ) | const |
Unary operator.
Unary plus.
Temperature asdm::Temperature::operator+ | ( | ) | const [inline] |
Temperature& asdm::Temperature::operator+= | ( | const Temperature & | x | ) |
Operator increment and assign.
x | a const reference to an Temperature. |
Temperature & asdm::Temperature::operator+= | ( | const Temperature & | x | ) | [inline] |
Operator increment and assign.
assignment with arithmetic operators
x | a const reference to an Temperature. |
Definition at line 347 of file Temperature.h.
References value.
Temperature asdm::Temperature::operator- | ( | const Temperature & | x | ) | const [inline] |
Substraction operator.
x | a const reference to a Temperature. |
Definition at line 369 of file Temperature.h.
References value.
Temperature asdm::Temperature::operator- | ( | const Temperature & | x | ) | const |
Substraction operator.
x | a const reference to a Temperature. |
Temperature asdm::Temperature::operator- | ( | ) | const |
Unary operator.
Opposite.
Temperature asdm::Temperature::operator- | ( | ) | const [inline] |
Unary operator.
unary - and + operators
Opposite.
Definition at line 407 of file Temperature.h.
References value.
Temperature& asdm::Temperature::operator-= | ( | const Temperature & | x | ) |
Operator decrement and assign.
x | a const reference to an Temperature. |
Temperature & asdm::Temperature::operator-= | ( | const Temperature & | x | ) | [inline] |
Operator decrement and assign.
x | a const reference to an Temperature. |
Definition at line 351 of file Temperature.h.
References value.
Temperature asdm::Temperature::operator/ | ( | const double | x | ) | const [inline] |
Division operator.
d | a value in double precision. |
Definition at line 379 of file Temperature.h.
References value.
Temperature asdm::Temperature::operator/ | ( | const double | x | ) | const |
Division operator.
d | a value in double precision. |
Temperature& asdm::Temperature::operator/= | ( | const double | x | ) |
Operator divide and assign.
x | a valye in double precision. |
Temperature & asdm::Temperature::operator/= | ( | const double | x | ) | [inline] |
Operator divide and assign.
x | a valye in double precision. |
Definition at line 359 of file Temperature.h.
References value.
bool asdm::Temperature::operator< | ( | const Temperature & | x | ) | const |
bool asdm::Temperature::operator< | ( | const Temperature & | x | ) | const [inline] |
Comparison operator.
comparison operators
Less-than.
x | a const reference to a Temperature. |
Definition at line 385 of file Temperature.h.
References value.
bool asdm::Temperature::operator<= | ( | const Temperature & | x | ) | const |
bool asdm::Temperature::operator<= | ( | const Temperature & | x | ) | const [inline] |
Comparison operator.
Less-than or equal.
x | a const reference to a Temperature. |
Definition at line 391 of file Temperature.h.
References value.
Temperature & asdm::Temperature::operator= | ( | const Temperature & | x | ) | [inline] |
An assignment operator Temperature = Temperature.
assignment operator
x | a const reference to an Temperature. |
Definition at line 337 of file Temperature.h.
References value.
Temperature& asdm::Temperature::operator= | ( | const Temperature & | x | ) |
An assignment operator Temperature = Temperature.
x | a const reference to an Temperature. |
Temperature& asdm::Temperature::operator= | ( | const double | d | ) |
An assignment operator Temperature = double.
d | a value in double precision. |
Temperature & asdm::Temperature::operator= | ( | const double | d | ) | [inline] |
An assignment operator Temperature = double.
assignment operator
d | a value in double precision. |
Definition at line 342 of file Temperature.h.
References value.
bool asdm::Temperature::operator== | ( | const Temperature & | x | ) | const |
bool asdm::Temperature::operator== | ( | const Temperature & | x | ) | const [inline] |
Comparision operator.
Equal-to.
x | a const reference to a Temperature. |
Definition at line 400 of file Temperature.h.
References value.
bool asdm::Temperature::operator> | ( | const Temperature & | x | ) | const |
bool asdm::Temperature::operator> | ( | const Temperature & | x | ) | const [inline] |
Comparison operator.
Greater-than.
x | a const reference to a Temperature. |
Definition at line 388 of file Temperature.h.
References value.
bool asdm::Temperature::operator>= | ( | const Temperature & | x | ) | const [inline] |
Comparison operator.
Greater-than or equal.
x | a const reference to a Temperature. |
Definition at line 394 of file Temperature.h.
References value.
bool asdm::Temperature::operator>= | ( | const Temperature & | x | ) | const |
void asdm::Temperature::toBin | ( | EndianOSStream & | eoss | ) |
Write the binary representation of this to an EndianOSStream .
eoss | a reference to an EndianOSStream . |
void asdm::Temperature::toBin | ( | EndianOSStream & | eoss | ) |
Write the binary representation of this to an EndianOSStream .
eoss | a reference to an EndianOSStream . |
static void asdm::Temperature::toBin | ( | const vector< Temperature > & | angle, |
EndianOSStream & | eoss | ||
) | [static] |
Write the binary representation of a vector of Temperature to a EndianOSStream.
angle | the vector of Temperature to be written |
eoss | the EndianOSStream to be written to |
static void asdm::Temperature::toBin | ( | const vector< Temperature > & | angle, |
EndianOSStream & | eoss | ||
) | [static] |
Write the binary representation of a vector of Temperature to a EndianOSStream.
angle | the vector of Temperature to be written |
eoss | the EndianOSStream to be written to |
static void asdm::Temperature::toBin | ( | const vector< vector< Temperature > > & | angle, |
EndianOSStream & | eoss | ||
) | [static] |
Write the binary representation of a vector of vector of Temperature to a EndianOSStream.
angle | the vector of vector of Temperature to be written |
eoss | the EndianOSStream to be written to |
static void asdm::Temperature::toBin | ( | const vector< vector< Temperature > > & | angle, |
EndianOSStream & | eoss | ||
) | [static] |
Write the binary representation of a vector of vector of Temperature to a EndianOSStream.
angle | the vector of vector of Temperature to be written |
eoss | the EndianOSStream to be written to |
static void asdm::Temperature::toBin | ( | const vector< vector< vector< Temperature > > > & | angle, |
EndianOSStream & | eoss | ||
) | [static] |
Write the binary representation of a vector of vector of vector of Temperature to a EndianOSStream.
angle | the vector of vector of vector of Temperature to be written |
eoss | the EndianOSStream to be written to |
static void asdm::Temperature::toBin | ( | const vector< vector< vector< Temperature > > > & | angle, |
EndianOSStream & | eoss | ||
) | [static] |
Write the binary representation of a vector of vector of vector of Temperature to a EndianOSStream.
angle | the vector of vector of vector of Temperature to be written |
eoss | the EndianOSStream to be written to |
IDLTemperature asdm::Temperature::toIDLTemperature | ( | ) | const |
Return the IDLTemperature representation of the Temperature.
IDLTemperature asdm::Temperature::toIDLTemperature | ( | ) | const [inline] |
Return the IDLTemperature representation of the Temperature.
Definition at line 431 of file Temperature.h.
References value.
static string asdm::Temperature::toString | ( | double | ) | [static] |
Conversion into string.
The resulting string contains the representation of the value of this Temperature.
static string asdm::Temperature::toString | ( | double | ) | [static] |
Conversion into string.
The resulting string contains the representation of the value of this Temperature.
string asdm::Temperature::toString | ( | ) | const |
Converts into a string.
string asdm::Temperature::toString | ( | ) | const [inline] |
Converts into a string.
Definition at line 421 of file Temperature.h.
References value.
Referenced by operator string(), and toStringI().
string asdm::Temperature::toStringI | ( | ) | const [inline] |
string asdm::Temperature::toStringI | ( | ) | const |
Idem toString.
string asdm::Temperature::unit | ( | ) | [inline, static] |
Returns the abbreviated name of the unit implicitely associated to any Temperature.
Definition at line 451 of file Temperature.h.
Referenced by casa::MS2ASDM::unitASDMTemp().
static string asdm::Temperature::unit | ( | ) | [static] |
Returns the abbreviated name of the unit implicitely associated to any Temperature.
Temperature operator* | ( | double | d, |
const Temperature & | x | ||
) | [friend] |
Overloading of multiplication operator.
d | a value in double precision . |
x | a const reference to a Temperature . |
Temperature operator* | ( | double | d, |
const Temperature & | x | ||
) | [friend] |
Overloading of multiplication operator.
d | a value in double precision . |
x | a const reference to a Temperature . |
Overloading of multiplication operator.
d | a value in double precision . |
x | a const reference to a Temperature . |
ostream& operator<< | ( | ostream & | os, |
const Temperature & | x | ||
) | [friend] |
Overloading of << to output the value an Temperature on an ostream.
os | a reference to the ostream to be written on. |
x | a const reference to a Temperature. |
ostream& operator<< | ( | ostream & | os, |
const Temperature & | x | ||
) | [friend] |
Overloading of << to output the value an Temperature on an ostream.
os | a reference to the ostream to be written on. |
x | a const reference to a Temperature. |
istream& operator>> | ( | istream & | is, |
Temperature & | x | ||
) | [friend] |
Overloading of >> to read an Temperature from an istream.
istream& operator>> | ( | istream & | is, |
Temperature & | x | ||
) | [friend] |
Overloading of >> to read an Temperature from an istream.
double asdm::Temperature::value [private] |
Definition at line 319 of file Temperature.h.
Referenced by equals(), get(), operator!=(), asdm::operator*(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), asdm::operator<<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), asdm::operator>>(), toIDLTemperature(), toString(), and toStringI().