#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< RangeIterator< R > >::operator!=(), wibble::mixin::Comparable< RangeIterator< R > >::operator<(), wibble::mixin::Comparable< RangeIterator< R > >::operator==(), wibble::mixin::Comparable< RangeIterator< R > >::operator>(), and wibble::mixin::Comparable< RangeIterator< R > >::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] |
1.6.3