GPSWeekZcount Comparison Operators


Detailed Description

All comparison operators have a parameter "right" which corresponds to the GPSWeekZcount object to the right of the symbol.

All comparison operators are const and return true on success and false on failure.


Functions

bool gpstk::GPSWeekZcount::operator== (const GPSWeekZcount &right) const throw ()
bool gpstk::GPSWeekZcount::operator!= (const GPSWeekZcount &right) const throw ()
bool gpstk::GPSWeekZcount::operator< (const GPSWeekZcount &right) const throw ()
bool gpstk::GPSWeekZcount::operator> (const GPSWeekZcount &right) const throw ()
bool gpstk::GPSWeekZcount::operator<= (const GPSWeekZcount &right) const throw ()
bool gpstk::GPSWeekZcount::operator>= (const GPSWeekZcount &right) const throw ()


Function Documentation

bool operator!= const GPSWeekZcount right  )  const throw () [inline, inherited]
 

Definition at line 207 of file GPSWeekZcount.hpp.

References gpstk::operator==().

bool operator< const GPSWeekZcount right  )  const throw () [inline, inherited]
 

Definition at line 213 of file GPSWeekZcount.hpp.

References gpstk::operator<(), and gpstk::operator>().

bool operator<= const GPSWeekZcount right  )  const throw () [inline, inherited]
 

Definition at line 237 of file GPSWeekZcount.hpp.

References gpstk::operator<(), and gpstk::operator==().

bool operator== const GPSWeekZcount right  )  const throw () [inline, inherited]
 

Definition at line 200 of file GPSWeekZcount.hpp.

References gpstk::operator==().

bool operator> const GPSWeekZcount right  )  const throw () [inline, inherited]
 

Definition at line 231 of file GPSWeekZcount.hpp.

References gpstk::operator<=().

bool operator>= const GPSWeekZcount right  )  const throw () [inline, inherited]
 

Definition at line 244 of file GPSWeekZcount.hpp.

References gpstk::operator<().


Generated on Tue Feb 7 03:31:26 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1