All comparison operators are const and return true on success and false on failure.
Functions | |
| bool | gpstk::YDSTime::operator== (const YDSTime &right) const throw () |
| bool | gpstk::YDSTime::operator!= (const YDSTime &right) const throw () |
| bool | gpstk::YDSTime::operator< (const YDSTime &right) const throw () |
| bool | gpstk::YDSTime::operator> (const YDSTime &right) const throw () |
| bool | gpstk::YDSTime::operator<= (const YDSTime &right) const throw () |
| bool | gpstk::YDSTime::operator>= (const YDSTime &right) const throw () |
|
|
Definition at line 198 of file YDSTime.cpp. References gpstk::operator==(). |
|
|
Definition at line 204 of file YDSTime.cpp. |
|
|
Definition at line 236 of file YDSTime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 186 of file YDSTime.cpp. |
|
|
Definition at line 230 of file YDSTime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 242 of file YDSTime.cpp. References gpstk::operator<(). |
1.3.9.1