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 ) |
|
|
Definition at line 192 of file JulianDate.cpp. References gpstk::operator==(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 198 of file JulianDate.cpp. References GPSTK_THROW. |
|
|
Definition at line 223 of file JulianDate.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 176 of file JulianDate.cpp. |
|
|
Definition at line 217 of file JulianDate.cpp. References gpstk::operator<=(). |
|
|
Definition at line 230 of file JulianDate.cpp. References gpstk::operator<(). |
1.3.9.1