10 #ifndef ossimId_HEADER 11 #define ossimId_HEADER 33 return (theId == rhs.
theId);
37 return (theId != rhs.
theId);
42 return (theId == rhs);
46 return (theId != rhs);
51 return (theId < rhs.
theId);
55 return (theId <= rhs.
theId);
59 return (theId > rhs.
theId);
63 return (theId >= rhs.
theId);
76 return (theId <= rhs);
80 return (theId >= rhs);
bool operator!=(const ossimRefPtr< _Tp1 > &__a, const ossimRefPtr< _Tp2 > &__b) noexcept
static const ossim_int64 INVALID_ID
std::ostream & print(H5::H5File *file, std::ostream &out)
Print method.
ossim_int64 getId() const
ostream & operator<<(ostream &out, const ossimAxes &axes)
bool operator<(const BaseMatrix &A, const BaseMatrix &)
bool operator>(const BaseMatrix &A, const BaseMatrix &)
bool operator>=(const BaseMatrix &A, const BaseMatrix &)
bool operator==(const ossimRefPtr< _Tp1 > &__a, const ossimRefPtr< _Tp2 > &__b) noexcept
void setId(ossim_int64 id)
bool operator<=(const BaseMatrix &A, const BaseMatrix &)
ossimId(ossim_int64 id=0)
std::basic_ostream< char > ostream
Base class for char output streams.