| Classes | |
| class | BaseTime | 
| Functions | |
| const BaseTime | operator* (const BaseTime &t1, const BaseTime &t2) | 
| const BaseTime | operator/ (const BaseTime &t1, const BaseTime &t2) | 
| const BaseTime | operator+ (const BaseTime &t1, const BaseTime &t2) | 
| const BaseTime | operator- (const BaseTime &t1, const BaseTime &t2) | 
| Bool | operator== (const BaseTime &t1, const BaseTime &t2) | 
| Bool | operator< (const BaseTime &t1, const BaseTime &t2) | 
| Bool | operator!= (const BaseTime &t1, const BaseTime &t2) | 
| Bool | operator<= (const BaseTime &t1, const BaseTime &t2) | 
| Bool | operator>= (const BaseTime &t1, const BaseTime &t2) | 
| Bool | operator> (const BaseTime &t1, const BaseTime &t2) | 
Multiplies t1 and t2.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. | 
Divides t1 and t2.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. | 
Adds t1 and t2.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. | 
Subtracts t1 and t2.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. | 
Equality operator. Checks if t1 and t2 are equal.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. | 
Less than operator. Checks if t1 is less than t2.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. | 
Inequality operator. Checks if t1 and t2 are not equal.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. | 
Less than or equal operator. Checks if t1 is less than or equal to t2.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. | 
Greater than or equal operator. Checks if t1 is greater than or equal to t2.
| [in] | t1 | Left-operand time. | 
| [in] | t2 | Right-operand time. |