wibble
1.1
|
This is the complete list of members for wibble::Maybe< T >, including all inherited members.
cmpSelf() const | wibble::mixin::Comparable< Maybe< T > > | inline |
Just(const T &t) | wibble::Maybe< T > | inlinestatic |
m_nothing | wibble::Maybe< T > | protected |
m_value | wibble::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 > | inlinestatic |
operator T() const | wibble::Maybe< T > | inline |
operator!=(const Maybe< T > &o) const | wibble::mixin::Comparable< Maybe< T > > | inline |
operator<(const Maybe< T > &o) const | wibble::mixin::Comparable< Maybe< T > > | inline |
operator<=(const Maybe< T > &o) const | wibble::Maybe< T > | inline |
operator==(const Maybe< T > &o) const | wibble::mixin::Comparable< Maybe< T > > | inline |
operator>(const Maybe< T > &o) const | wibble::mixin::Comparable< Maybe< T > > | inline |
operator>=(const Maybe< T > &o) const | wibble::mixin::Comparable< Maybe< T > > | inline |
value() | wibble::Maybe< T > | inline |
value() const | wibble::Maybe< T > | inline |