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 ) |
|
|
Definition at line 199 of file MJD.cpp. References gpstk::operator==(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 205 of file MJD.cpp. References GPSTK_THROW. |
|
|
Definition at line 230 of file MJD.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems |
|
|
Definition at line 224 of file MJD.cpp. References gpstk::operator<=(). |
|
|
Definition at line 237 of file MJD.cpp. References gpstk::operator<(). |
1.3.9.1