ANSITime Comparison Operators


Detailed Description

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

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 )


Function Documentation

bool operator!= const UnixTime right  )  const throw () [virtual, inherited]
 

Definition at line 214 of file UnixTime.cpp.

References gpstk::operator==().

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

Definition at line 197 of file ANSITime.cpp.

References gpstk::operator==().

bool operator< const UnixTime right  )  const throw ( gpstk::InvalidRequest ) [virtual, inherited]
 

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

Definition at line 220 of file UnixTime.cpp.

References GPSTK_THROW.

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

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

Definition at line 203 of file ANSITime.cpp.

References GPSTK_THROW.

bool operator<= const UnixTime right  )  const throw ( gpstk::InvalidRequest ) [virtual, inherited]
 

Definition at line 250 of file UnixTime.cpp.

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

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

Definition at line 224 of file ANSITime.cpp.

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

bool operator== const UnixTime right  )  const throw () [virtual, inherited]
 

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

Definition at line 197 of file UnixTime.cpp.

References gpstk::abs().

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

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

Definition at line 181 of file ANSITime.cpp.

bool operator> const UnixTime right  )  const throw ( gpstk::InvalidRequest ) [virtual, inherited]
 

Definition at line 244 of file UnixTime.cpp.

References gpstk::operator<=().

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

Definition at line 218 of file ANSITime.cpp.

References gpstk::operator<=().

bool operator>= const UnixTime right  )  const throw ( gpstk::InvalidRequest ) [virtual, inherited]
 

Definition at line 257 of file UnixTime.cpp.

References gpstk::operator<().

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

Definition at line 231 of file ANSITime.cpp.

References gpstk::operator<().


Generated on Wed May 22 03:31:43 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1