All comparison operators are const and return true on success and false on failure.
Functions | |
| bool | gpstk::GPSWeekSecond::operator== (const GPSWeekSecond &right) const throw () |
| bool | gpstk::GPSWeekSecond::operator!= (const GPSWeekSecond &right) const throw () |
| bool | gpstk::GPSWeekSecond::operator< (const GPSWeekSecond &right) const throw () |
| bool | gpstk::GPSWeekSecond::operator> (const GPSWeekSecond &right) const throw () |
| bool | gpstk::GPSWeekSecond::operator<= (const GPSWeekSecond &right) const throw () |
| bool | gpstk::GPSWeekSecond::operator>= (const GPSWeekSecond &right) const throw () |
|
|
Definition at line 180 of file GPSWeekSecond.cpp. References gpstk::operator==(). |
|
|
Definition at line 187 of file GPSWeekSecond.cpp. References gpstk::operator<(), and gpstk::operator>(). |
|
|
Definition at line 213 of file GPSWeekSecond.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 172 of file GPSWeekSecond.cpp. References gpstk::operator==(). |
|
|
Definition at line 206 of file GPSWeekSecond.cpp. References gpstk::operator<=(). |
|
|
Definition at line 220 of file GPSWeekSecond.cpp. References gpstk::operator<(). |
1.3.9.1