This is the complete list of members for Option< T >, including all inherited members.
| none() const | Option< T > | |
| operator bool() const | Option< T > | explicit |
| operator!() const | Option< T > | |
| operator*() | Option< T > | |
| operator*() const | Option< T > | |
| operator->() | Option< T > | |
| operator->() const | Option< T > | |
| operator=(Option const &_other) | Option< T > | |
| operator=(T const &_value) | Option< T > | |
| Option() | Option< T > | |
| Option(T const &_value) | Option< T > | |
| Option(Option const &_other) | Option< T > | |
| reset() | Option< T > | |
| some() const | Option< T > | |
| valueOr(T const &defaultValue) const | Option< T > | |
| ~Option() | Option< T > |