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 () |
| 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 () |
|
|
Definition at line 151 of file JulianDate.cpp. References gpstk::operator==(). |
|
|
Definition at line 157 of file JulianDate.cpp. |
|
|
Definition at line 173 of file JulianDate.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 141 of file JulianDate.cpp. |
|
|
Definition at line 167 of file JulianDate.cpp. References gpstk::operator<=(). |
|
|
Definition at line 180 of file JulianDate.cpp. References gpstk::operator<(). |
1.3.9.1