wibble 1.1
Public Member Functions | List of all members
wibble::mixin::Comparable< Self > Struct Template Reference

#include <mixin.h>

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

Public Member Functions

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

Member Function Documentation

◆ cmpSelf()

template<typename Self >
const Self & wibble::mixin::Comparable< Self >::cmpSelf ( ) const
inline

◆ operator!=()

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

◆ operator<()

template<typename Self >
bool wibble::mixin::Comparable< Self >::operator< ( const Self o) const
inline

◆ operator==()

template<typename Self >
bool wibble::mixin::Comparable< Self >::operator== ( const Self o) const
inline

◆ operator>()

template<typename Self >
bool wibble::mixin::Comparable< Self >::operator> ( const Self o) const
inline

◆ operator>=()

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: