MAPUtil Namespace Reference


Classes

class  Broadcaster
class  DateTime
class  MemoryMgr
class  Queue
class  TimeSpan

Functions

bool operator> (const DateTime &a, const DateTime &b)
bool operator< (const DateTime &a, const DateTime &b)
bool operator>= (const DateTime &a, const DateTime &b)
bool operator<= (const DateTime &a, const DateTime &b)
bool operator== (const DateTime &a, const DateTime &b)
bool operator!= (const DateTime &a, const DateTime &b)
TimeSpan operator- (const DateTime d1, const DateTime d2)
DateTime operator- (const DateTime d, const TimeSpan t)
DateTime operator+ (const DateTime d, const TimeSpan t)
TimeSpan operator- (const TimeSpan &t)
TimeSpan operator- (const TimeSpan &t1, const TimeSpan &t2)
TimeSpan operator+ (const TimeSpan &t1, const TimeSpan &t2)
bool operator== (const TimeSpan &t1, const TimeSpan &t2)
bool operator!= (const TimeSpan &t1, const TimeSpan &t2)
bool operator< (const TimeSpan &t1, const TimeSpan &t2)
bool operator<= (const TimeSpan &t1, const TimeSpan &t2)
bool operator> (const TimeSpan &t1, const TimeSpan &t2)
bool operator>= (const TimeSpan &t1, const TimeSpan &t2)


Function Documentation

bool MAPUtil::operator> const DateTime &  a,
const DateTime &  b
[inline]
 

Compares two DateTime instances. Returns true if the first instance is larger than the second.

bool MAPUtil::operator< const DateTime &  a,
const DateTime &  b
[inline]
 

Compares two DateTime instances. Returns true if the first instance is smaller than the second.

bool MAPUtil::operator>= const DateTime &  a,
const DateTime &  b
[inline]
 

Compares two DateTime instances. Returns true if the first instance is larger than or equal to the second.

bool MAPUtil::operator<= const DateTime &  a,
const DateTime &  b
[inline]
 

Compares two DateTime instances. Returns true if the first instance is smaller than or equal to the second.

bool MAPUtil::operator== const DateTime &  a,
const DateTime &  b
[inline]
 

Compares two DateTime instances. Returns true if the first instance is equal to the second.

bool MAPUtil::operator!= const DateTime &  a,
const DateTime &  b
[inline]
 

Compares two DateTime instances. Returns true if the first instance is not equal to the second.

TimeSpan MAPUtil::operator- const DateTime  d1,
const DateTime  d2
[inline]
 

DateTime MAPUtil::operator- const DateTime  d,
const TimeSpan  t
[inline]
 

Subtracts a TimeSpan from a DateTime. Returns the resulting DateTime.

DateTime MAPUtil::operator+ const DateTime  d,
const TimeSpan  t
[inline]
 

Adds a TimeSpan to a DateTime. Returns the resulting DateTime.

TimeSpan MAPUtil::operator- const TimeSpan &  t  )  [inline]
 

Unary negation operator.

TimeSpan MAPUtil::operator- const TimeSpan &  t1,
const TimeSpan &  t2
[inline]
 

Binary subtraction operator.

TimeSpan MAPUtil::operator+ const TimeSpan &  t1,
const TimeSpan &  t2
[inline]
 

Binary addition operator.

bool MAPUtil::operator== const TimeSpan &  t1,
const TimeSpan &  t2
[inline]
 

Equality operator. Returns true if first timespan is equals to the second.

bool MAPUtil::operator!= const TimeSpan &  t1,
const TimeSpan &  t2
[inline]
 

Inequality operator. Returns true if first timespan is not equal to the second.

bool MAPUtil::operator< const TimeSpan &  t1,
const TimeSpan &  t2
[inline]
 

Smaller than operator. Returns true if first timespan is smaller than the second.

bool MAPUtil::operator<= const TimeSpan &  t1,
const TimeSpan &  t2
[inline]
 

Smaller than or equals operator. Returns true if first timespan is smaller than or equal to the second.

bool MAPUtil::operator> const TimeSpan &  t1,
const TimeSpan &  t2
[inline]
 

Larger than operator. Returns true if first operator is larger than the second

bool MAPUtil::operator>= const TimeSpan &  t1,
const TimeSpan &  t2
[inline]
 

Larger than or equal operator. Returns true if first operator is larger than or equal to the second.


Generated on Sat Feb 13 00:15:38 2010 for MoSync 2 beta 1 by  doxygen 1.4.6-NO