ACE
6.1.0
|
#include "ace/Truncate.h"
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. |
bool operator!= | ( | const ACE_Time_Value & | tv1, |
const ACE_Time_Value & | tv2 | ||
) | [inline] |
True if tv1 != tv2.
True if tv1 != tv2.
ACE_Time_Value operator* | ( | double | d, |
const ACE_Time_Value & | tv | ||
) | [inline] |
ACE_Time_Value operator* | ( | const ACE_Time_Value & | tv, |
double | d | ||
) | [inline] |
ACE_Time_Value operator+ | ( | const ACE_Time_Value & | tv1, |
const ACE_Time_Value & | tv2 | ||
) | [inline] |
Adds two ACE_Time_Value objects together, returns the sum.
ACE_Time_Value operator- | ( | const ACE_Time_Value & | tv1, |
const ACE_Time_Value & | tv2 | ||
) | [inline] |
Subtracts two ACE_Time_Value objects, returns the difference.
bool operator< | ( | const ACE_Time_Value & | tv1, |
const ACE_Time_Value & | tv2 | ||
) | [inline] |
True if tv1 < tv2.
True if tv1 < tv2.
bool operator<= | ( | const ACE_Time_Value & | tv1, |
const ACE_Time_Value & | tv2 | ||
) | [inline] |
True if tv1 >= tv2.
True if tv1 <= tv2.
bool operator== | ( | const ACE_Time_Value & | tv1, |
const ACE_Time_Value & | tv2 | ||
) | [inline] |
True if tv1 == tv2.
True if tv1 == tv2.
bool operator> | ( | const ACE_Time_Value & | tv1, |
const ACE_Time_Value & | tv2 | ||
) | [inline] |
True if tv1 > tv2.
True if tv1 > tv2.
bool operator>= | ( | const ACE_Time_Value & | tv1, |
const ACE_Time_Value & | tv2 | ||
) | [inline] |
True if tv1 >= tv2.
True if tv1 >= tv2.