wibble 0.1.28
wibble::Maybe< T > Member List
This is the complete list of members for wibble::Maybe< T >, including all inherited members.
cmpSelf() constwibble::mixin::Comparable< Maybe< T > > [inline]
Just(const T &t)wibble::Maybe< T > [inline, static]
m_nothingwibble::Maybe< T > [protected]
m_valuewibble::Maybe< T > [protected]
Maybe(bool n, const T &v)wibble::Maybe< T > [inline]
Maybe(const T &df=T())wibble::Maybe< T > [inline]
nothing() const wibble::Maybe< T > [inline]
Nothing(const T &df=T())wibble::Maybe< T > [inline, static]
operator T() const wibble::Maybe< T > [inline]
operator!=(const Maybe< T > &o) constwibble::mixin::Comparable< Maybe< T > > [inline]
operator<(const Maybe< T > &o) constwibble::mixin::Comparable< Maybe< T > > [inline]
operator<=(const Maybe< T > &o) const wibble::Maybe< T > [inline]
operator==(const Maybe< T > &o) constwibble::mixin::Comparable< Maybe< T > > [inline]
operator>(const Maybe< T > &o) constwibble::mixin::Comparable< Maybe< T > > [inline]
operator>=(const Maybe< T > &o) constwibble::mixin::Comparable< Maybe< T > > [inline]
value()wibble::Maybe< T > [inline]
value() const wibble::Maybe< T > [inline]