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 () |
| 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 () |
| 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 () |
| 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 () |
|
|
Definition at line 296 of file CommonTime.cpp. References gpstk::operator==(). |
|
|
Definition at line 294 of file CivilTime.cpp. References gpstk::operator==(). |
|
|
Definition at line 302 of file CommonTime.cpp. |
|
|
Definition at line 300 of file CivilTime.cpp. |
|
|
Definition at line 327 of file CommonTime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 357 of file CivilTime.cpp. References gpstk::operator<(), and gpstk::operator==(). |
|
|
Definition at line 288 of file CommonTime.cpp. |
|
|
Definition at line 279 of file CivilTime.cpp. |
|
|
Definition at line 321 of file CommonTime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 351 of file CivilTime.cpp. References gpstk::operator<=(). |
|
|
Definition at line 333 of file CommonTime.cpp. References gpstk::operator<(). |
|
|
Definition at line 363 of file CivilTime.cpp. References gpstk::operator<(). |
1.3.9.1