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 ( gpstk::InvalidRequest ) |
| bool | gpstk::ANSITime::operator> (const ANSITime &right) const throw ( gpstk::InvalidRequest ) |
| bool | gpstk::ANSITime::operator<= (const ANSITime &right) const throw ( gpstk::InvalidRequest ) |
| bool | gpstk::ANSITime::operator>= (const ANSITime &right) const throw ( gpstk::InvalidRequest ) |
| 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 ( gpstk::InvalidRequest ) |
| virtual bool | gpstk::UnixTime::operator> (const UnixTime &right) const throw ( gpstk::InvalidRequest ) |
| virtual bool | gpstk::UnixTime::operator<= (const UnixTime &right) const throw ( gpstk::InvalidRequest ) |
| virtual bool | gpstk::UnixTime::operator>= (const UnixTime &right) const throw ( gpstk::InvalidRequest ) |
|
|
Definition at line 214 of file UnixTime.cpp. References gpstk::operator==(). |
|
|
Definition at line 197 of file ANSITime.cpp. References gpstk::operator==(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 220 of file UnixTime.cpp. References GPSTK_THROW. |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 203 of file ANSITime.cpp. References GPSTK_THROW. |
|
|
Definition at line 250 of file UnixTime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 224 of file ANSITime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 197 of file UnixTime.cpp. References gpstk::abs(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 181 of file ANSITime.cpp. |
|
|
Definition at line 244 of file UnixTime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 218 of file ANSITime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 257 of file UnixTime.cpp. References gpstk::operator<(). |
|
|
Definition at line 231 of file ANSITime.cpp. References gpstk::operator<(). |
1.3.9.1