ACE  6.5.4
Functions
Time_Value.inl File Reference
#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. 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...
 

Function Documentation

◆ operator !=()

bool operator != ( const ACE_Time_Value tv1,
const ACE_Time_Value tv2 
)
inline

True if tv1 != tv2.

True if tv1 != tv2.

◆ operator *() [1/2]

ACE_Time_Value operator * ( double  d,
const ACE_Time_Value tv 
)
inline

◆ operator *() [2/2]

ACE_Time_Value operator * ( const ACE_Time_Value tv,
double  d 
)
inline

◆ operator -()

ACE_Time_Value operator - ( const ACE_Time_Value tv1,
const ACE_Time_Value tv2 
)
inline

Subtracts two ACE_Time_Value objects, returns the difference.

◆ operator >()

bool operator > ( const ACE_Time_Value tv1,
const ACE_Time_Value tv2 
)
inline

True if tv1 > tv2.

True if tv1 > tv2.

◆ operator >=()

bool operator >= ( const ACE_Time_Value tv1,
const ACE_Time_Value tv2 
)
inline

True if tv1 >= tv2.

True if tv1 >= tv2.

◆ operator+()

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.

◆ operator<()

bool operator< ( const ACE_Time_Value tv1,
const ACE_Time_Value tv2 
)
inline

True if tv1 < tv2.

True if tv1 < tv2.

◆ operator<=()

bool operator<= ( const ACE_Time_Value tv1,
const ACE_Time_Value tv2 
)
inline

True if tv1 >= tv2.

True if tv1 <= tv2.

◆ operator==()

bool operator== ( const ACE_Time_Value tv1,
const ACE_Time_Value tv2 
)
inline

True if tv1 == tv2.

True if tv1 == tv2.