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 ()
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 ()
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 ()
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 ()


Function Documentation

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

Definition at line 182 of file UnixTime.cpp.

References gpstk::operator==().

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

Definition at line 156 of file ANSITime.cpp.

References gpstk::operator==().

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

Definition at line 188 of file UnixTime.cpp.

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

Definition at line 162 of file ANSITime.cpp.

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

Definition at line 209 of file UnixTime.cpp.

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

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

Definition at line 174 of file ANSITime.cpp.

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

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

Definition at line 171 of file UnixTime.cpp.

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

Definition at line 146 of file ANSITime.cpp.

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

Definition at line 203 of file UnixTime.cpp.

References gpstk::operator<=().

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

Definition at line 168 of file ANSITime.cpp.

References gpstk::operator<=().

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

Definition at line 216 of file UnixTime.cpp.

References gpstk::operator<().

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

Definition at line 181 of file ANSITime.cpp.

References gpstk::operator<().


Generated on Fri Feb 3 03:31:27 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1