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 () |
| 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 () |
|
|
Definition at line 158 of file MJD.cpp. References gpstk::operator==(). |
|
|
|
|
|
Definition at line 180 of file MJD.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
|
|
|
Definition at line 174 of file MJD.cpp. References gpstk::operator<=(). |
|
|
Definition at line 187 of file MJD.cpp. References gpstk::operator<(). |
1.3.9.1