|
Agora
1.2.0
Agora project
|
This is the complete list of members for Catch::Option< T >, including all inherited members.
| none() const | Catch::Option< T > | inline |
| nullableValue | Catch::Option< T > | private |
| operator bool() const | Catch::Option< T > | inlineexplicit |
| operator!() const | Catch::Option< T > | inline |
| operator*() | Catch::Option< T > | inline |
| operator*() const | Catch::Option< T > | inline |
| operator->() | Catch::Option< T > | inline |
| operator->() const | Catch::Option< T > | inline |
| operator=(Option const &_other) | Catch::Option< T > | inline |
| operator=(T const &_value) | Catch::Option< T > | inline |
| Option() | Catch::Option< T > | inline |
| Option(T const &_value) | Catch::Option< T > | inline |
| Option(Option const &_other) | Catch::Option< T > | inline |
| reset() | Catch::Option< T > | inline |
| some() const | Catch::Option< T > | inline |
| storage | Catch::Option< T > | private |
| valueOr(T const &defaultValue) const | Catch::Option< T > | inline |
| ~Option() | Catch::Option< T > | inline |