MJD Comparison Operators


Detailed Description

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

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


Functions

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


Function Documentation

bool operator!= const MJD right  )  const throw () [inherited]
 

Definition at line 158 of file MJD.cpp.

References gpstk::operator==().

bool operator< const MJD right  )  const throw () [inherited]
 

Definition at line 164 of file MJD.cpp.

bool operator<= const MJD right  )  const throw () [inherited]
 

Definition at line 180 of file MJD.cpp.

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

bool operator== const MJD right  )  const throw () [inherited]
 

Definition at line 148 of file MJD.cpp.

bool operator> const MJD right  )  const throw () [inherited]
 

Definition at line 174 of file MJD.cpp.

References gpstk::operator<=().

bool operator>= const MJD right  )  const throw () [inherited]
 

Definition at line 187 of file MJD.cpp.

References gpstk::operator<().


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