#include <mixin.h>
Public Member Functions | |
const Self & | cmpSelf () const |
bool | operator!= (const Self &o) const |
bool | operator== (const Self &o) const |
bool | operator< (const Self &o) const |
bool | operator> (const Self &o) const |
bool | operator>= (const Self &o) const |
const Self& wibble::mixin::Comparable< Self >::cmpSelf | ( | ) | const [inline] |
Referenced by wibble::mixin::Comparable< wibble::UniqueRange< T > >::operator!=(), wibble::mixin::Comparable< wibble::UniqueRange< T > >::operator<(), wibble::mixin::Comparable< wibble::UniqueRange< T > >::operator==(), wibble::mixin::Comparable< wibble::UniqueRange< T > >::operator>(), and wibble::mixin::Comparable< wibble::UniqueRange< T > >::operator>=().
bool wibble::mixin::Comparable< Self >::operator!= | ( | const Self & | o | ) | const [inline] |
bool wibble::mixin::Comparable< Self >::operator== | ( | const Self & | o | ) | const [inline] |
bool wibble::mixin::Comparable< Self >::operator< | ( | const Self & | o | ) | const [inline] |
bool wibble::mixin::Comparable< Self >::operator> | ( | const Self & | o | ) | const [inline] |
bool wibble::mixin::Comparable< Self >::operator>= | ( | const Self & | o | ) | const [inline] |