All comparison operators are const and return true on success and false on failure.
Functions | |
| bool | gpstk::CivilTime::operator== (const CivilTime &right) const throw () |
| bool | gpstk::CivilTime::operator!= (const CivilTime &right) const throw () |
| bool | gpstk::CivilTime::operator< (const CivilTime &right) const throw ( gpstk::InvalidRequest ) |
| bool | gpstk::CivilTime::operator> (const CivilTime &right) const throw ( gpstk::InvalidRequest ) |
| bool | gpstk::CivilTime::operator<= (const CivilTime &right) const throw ( gpstk::InvalidRequest ) |
| bool | gpstk::CivilTime::operator>= (const CivilTime &right) const throw ( gpstk::InvalidRequest ) |
| bool | gpstk::CommonTime::operator== (const CommonTime &right) const throw () |
| bool | gpstk::CommonTime::operator!= (const CommonTime &right) const throw () |
| bool | gpstk::CommonTime::operator< (const CommonTime &right) const throw ( InvalidRequest ) |
| bool | gpstk::CommonTime::operator> (const CommonTime &right) const throw ( InvalidRequest ) |
| bool | gpstk::CommonTime::operator<= (const CommonTime &right) const throw ( InvalidRequest ) |
| bool | gpstk::CommonTime::operator>= (const CommonTime &right) const throw ( InvalidRequest ) |
|
|
Definition at line 373 of file CommonTime.cpp. References gpstk::operator==(). |
|
|
Definition at line 324 of file CivilTime.cpp. References gpstk::operator==(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 379 of file CommonTime.cpp. References GPSTK_THROW. |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 330 of file CivilTime.cpp. References GPSTK_THROW. |
|
|
Definition at line 414 of file CommonTime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 396 of file CivilTime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 359 of file CommonTime.cpp. |
|
|
Any (wildcard) type exception allowed, otherwise must be same time systems Definition at line 303 of file CivilTime.cpp. |
|
|
Definition at line 408 of file CommonTime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 390 of file CivilTime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 420 of file CommonTime.cpp. References gpstk::operator<(). |
|
|
Definition at line 402 of file CivilTime.cpp. References gpstk::operator<(). |
1.3.9.1