| 
Functions | 
| ACE_Time_Value | operator* (double d, const ACE_Time_Value &tv) | 
| ACE_Time_Value | operator* (const ACE_Time_Value &tv, double d) | 
| bool | operator> (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|  | True if tv1 > tv2. 
 | 
| bool | operator>= (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|  | True if tv1 >= tv2. 
 | 
| bool | operator< (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|  | True if tv1 < tv2. 
 | 
| bool | operator<= (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|  | True if tv1 >= tv2. 
 | 
| bool | operator== (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|  | True if tv1 == tv2. 
 | 
| bool | operator!= (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|  | True if tv1 != tv2. 
 | 
| ACE_Time_Value | operator+ (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|  | Adds two ACE_Time_Value objects together, returns the sum. 
 | 
| ACE_Time_Value | operator- (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|  | Subtracts two ACE_Time_Value objects, returns the difference. 
 |