All comparison operators are const and return true on success and false on failure.
Functions | |
| bool | gpstk::ANSITime::operator== (const ANSITime &right) const throw () |
| bool | gpstk::ANSITime::operator!= (const ANSITime &right) const throw () |
| bool | gpstk::ANSITime::operator< (const ANSITime &right) const throw () |
| bool | gpstk::ANSITime::operator> (const ANSITime &right) const throw () |
| bool | gpstk::ANSITime::operator<= (const ANSITime &right) const throw () |
| bool | gpstk::ANSITime::operator>= (const ANSITime &right) const throw () |
| virtual bool | gpstk::UnixTime::operator== (const UnixTime &right) const throw () |
| virtual bool | gpstk::UnixTime::operator!= (const UnixTime &right) const throw () |
| virtual bool | gpstk::UnixTime::operator< (const UnixTime &right) const throw () |
| virtual bool | gpstk::UnixTime::operator> (const UnixTime &right) const throw () |
| virtual bool | gpstk::UnixTime::operator<= (const UnixTime &right) const throw () |
| virtual bool | gpstk::UnixTime::operator>= (const UnixTime &right) const throw () |
|
|
Definition at line 182 of file UnixTime.cpp. References gpstk::operator==(). |
|
|
Definition at line 156 of file ANSITime.cpp. References gpstk::operator==(). |
|
|
Definition at line 188 of file UnixTime.cpp. |
|
|
Definition at line 162 of file ANSITime.cpp. |
|
|
Definition at line 209 of file UnixTime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 174 of file ANSITime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 171 of file UnixTime.cpp. |
|
|
Definition at line 146 of file ANSITime.cpp. |
|
|
Definition at line 203 of file UnixTime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 168 of file ANSITime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 216 of file UnixTime.cpp. References gpstk::operator<(). |
|
|
Definition at line 181 of file ANSITime.cpp. References gpstk::operator<(). |
1.3.9.1