CivilTime Comparison Operators


Detailed Description

All comparison operators have a parameter "right" which corresponds to the CivilTime object to the right of the symbol.

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 )


Function Documentation

bool operator!= const CommonTime right  )  const throw () [inherited]
 

Definition at line 373 of file CommonTime.cpp.

References gpstk::operator==().

bool operator!= const CivilTime right  )  const throw () [inherited]
 

Definition at line 324 of file CivilTime.cpp.

References gpstk::operator==().

bool operator< const CommonTime right  )  const throw ( InvalidRequest ) [inherited]
 

Any (wildcard) type exception allowed, otherwise must be same time systems

Definition at line 379 of file CommonTime.cpp.

References GPSTK_THROW.

bool operator< const CivilTime right  )  const throw ( gpstk::InvalidRequest ) [inherited]
 

Any (wildcard) type exception allowed, otherwise must be same time systems

Definition at line 330 of file CivilTime.cpp.

References GPSTK_THROW.

bool operator<= const CommonTime right  )  const throw ( InvalidRequest ) [inherited]
 

Definition at line 414 of file CommonTime.cpp.

References gpstk::operator<(), and gpstk::operator==().

bool operator<= const CivilTime right  )  const throw ( gpstk::InvalidRequest ) [inherited]
 

Definition at line 396 of file CivilTime.cpp.

References gpstk::operator<(), and gpstk::operator==().

bool operator== const CommonTime right  )  const throw () [inherited]
 

Any (wildcard) type exception allowed, otherwise must be same time systems

Definition at line 359 of file CommonTime.cpp.

bool operator== const CivilTime right  )  const throw () [inherited]
 

Any (wildcard) type exception allowed, otherwise must be same time systems

Definition at line 303 of file CivilTime.cpp.

bool operator> const CommonTime right  )  const throw ( InvalidRequest ) [inherited]
 

Definition at line 408 of file CommonTime.cpp.

References gpstk::operator<=().

bool operator> const CivilTime right  )  const throw ( gpstk::InvalidRequest ) [inherited]
 

Definition at line 390 of file CivilTime.cpp.

References gpstk::operator<=().

bool operator>= const CommonTime right  )  const throw ( InvalidRequest ) [inherited]
 

Definition at line 420 of file CommonTime.cpp.

References gpstk::operator<().

bool operator>= const CivilTime right  )  const throw ( gpstk::InvalidRequest ) [inherited]
 

Definition at line 402 of file CivilTime.cpp.

References gpstk::operator<().


Generated on Thu May 23 03:31:37 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1