JulianDate Comparison Operators


Detailed Description

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

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


Functions

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


Function Documentation

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

Definition at line 192 of file JulianDate.cpp.

References gpstk::operator==().

bool operator< const JulianDate right  )  const throw ( gpstk::InvalidRequest ) [inherited]
 

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

Definition at line 198 of file JulianDate.cpp.

References GPSTK_THROW.

bool operator<= const JulianDate right  )  const throw ( gpstk::InvalidRequest ) [inherited]
 

Definition at line 223 of file JulianDate.cpp.

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

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

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

Definition at line 176 of file JulianDate.cpp.

bool operator> const JulianDate right  )  const throw ( gpstk::InvalidRequest ) [inherited]
 

Definition at line 217 of file JulianDate.cpp.

References gpstk::operator<=().

bool operator>= const JulianDate right  )  const throw ( gpstk::InvalidRequest ) [inherited]
 

Definition at line 230 of file JulianDate.cpp.

References gpstk::operator<().


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