| 
| 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.  More...
  | 
|   | 
| bool  | operator>= (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|   | True if tv1 >= tv2.  More...
  | 
|   | 
| bool  | operator< (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|   | True if tv1 < tv2.  More...
  | 
|   | 
| bool  | operator<= (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|   | True if tv1 >= tv2.  More...
  | 
|   | 
| bool  | operator== (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|   | True if tv1 == tv2.  More...
  | 
|   | 
| bool  | operator!= (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|   | True if tv1 != tv2.  More...
  | 
|   | 
| ACE_Time_Value  | operator+ (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|   | Adds two ACE_Time_Value objects together, returns the sum.  More...
  | 
|   | 
| ACE_Time_Value  | operator- (const ACE_Time_Value &tv1, const ACE_Time_Value &tv2) | 
|   | Subtracts two ACE_Time_Value objects, returns the difference.  More...
  | 
|   |