Public Member Functions

wibble::mixin::Comparable< Self > Struct Template Reference

#include <mixin.h>

Inheritance diagram for wibble::mixin::Comparable< Self >:
Inheritance graph
[legend]

List of all members.

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

template<typename Self>
struct wibble::mixin::Comparable< Self >


Member Function Documentation

template<typename Self>
const Self& wibble::mixin::Comparable< Self >::cmpSelf (  )  const [inline]
template<typename Self>
bool wibble::mixin::Comparable< Self >::operator!= ( const Self &  o  )  const [inline]
template<typename Self>
bool wibble::mixin::Comparable< Self >::operator< ( const Self &  o  )  const [inline]
template<typename Self>
bool wibble::mixin::Comparable< Self >::operator== ( const Self &  o  )  const [inline]
template<typename Self>
bool wibble::mixin::Comparable< Self >::operator> ( const Self &  o  )  const [inline]
template<typename Self>
bool wibble::mixin::Comparable< Self >::operator>= ( const Self &  o  )  const [inline]

The documentation for this struct was generated from the following file: