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 ( InvalidRequest )
bool gpstk::MJD::operator> (const MJD &right) const throw ( InvalidRequest )
bool gpstk::MJD::operator<= (const MJD &right) const throw ( InvalidRequest )
bool gpstk::MJD::operator>= (const MJD &right) const throw ( InvalidRequest )


Function Documentation

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

Definition at line 199 of file MJD.cpp.

References gpstk::operator==().

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

Any (wildcard) type exception allowed, otherwise must be same time systems

Definition at line 205 of file MJD.cpp.

References GPSTK_THROW.

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

Definition at line 230 of file MJD.cpp.

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

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

Any (wildcard) type exception allowed, otherwise must be same time systems

Definition at line 183 of file MJD.cpp.

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

Definition at line 224 of file MJD.cpp.

References gpstk::operator<=().

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

Definition at line 237 of file MJD.cpp.

References gpstk::operator<().


Generated on Sat May 25 03:31:37 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1