CivilTime Comparison Operators


Detailed Description

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

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


Functions

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


Function Documentation

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

Definition at line 296 of file CommonTime.cpp.

References gpstk::operator==().

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

Definition at line 294 of file CivilTime.cpp.

References gpstk::operator==().

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

Definition at line 302 of file CommonTime.cpp.

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

Definition at line 300 of file CivilTime.cpp.

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

Definition at line 327 of file CommonTime.cpp.

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

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

Definition at line 357 of file CivilTime.cpp.

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

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

Definition at line 288 of file CommonTime.cpp.

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

Definition at line 279 of file CivilTime.cpp.

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

Definition at line 321 of file CommonTime.cpp.

References gpstk::operator<=().

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

Definition at line 351 of file CivilTime.cpp.

References gpstk::operator<=().

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

Definition at line 333 of file CommonTime.cpp.

References gpstk::operator<().

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

Definition at line 363 of file CivilTime.cpp.

References gpstk::operator<().


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