|
LMMS
|
This is the complete list of members for juce::Optional< Value >, including all inherited members.
| assign(Optional< Other > &other) noexcept(noexcept(std::declval< Value & >()=std::move(*other)) &&noexcept(std::declval< Optional >().constructFrom(other))) | juce::Optional< Value > | inlineprivate |
| constructFrom(Optional< Other > &other) noexcept(noexcept(Value(std::move(*other)))) | juce::Optional< Value > | inlineprivate |
| emplace(Args &&... args) | juce::Optional< Value > | inline |
| hasValue() const noexcept | juce::Optional< Value > | inline |
| notAssignableFromSimilarType | juce::Optional< Value > | privatestatic |
| operator bool() const noexcept | juce::Optional< Value > | inlineexplicit |
| operator*() noexcept | juce::Optional< Value > | inline |
| operator*() const noexcept | juce::Optional< Value > | inline |
| operator->() noexcept | juce::Optional< Value > | inline |
| operator->() const noexcept | juce::Optional< Value > | inline |
| operator=(Nullopt) noexcept | juce::Optional< Value > | inline |
| operator=(Optional &&other) noexcept(noexcept(std::declval< Optional >().assign(std::declval< Optional & >()))) | juce::Optional< Value > | inline |
| operator=(U &&value) | juce::Optional< Value > | inline |
| operator=(const Optional &other) | juce::Optional< Value > | inline |
| operator=(Optional< Other > &&other) noexcept(noexcept(std::declval< Optional >().assign(other))) | juce::Optional< Value > | inline |
| operator=(const Optional< Other > &other) | juce::Optional< Value > | inline |
| Optional() | juce::Optional< Value > | inline |
| Optional(Nullopt) noexcept | juce::Optional< Value > | inline |
| Optional(U &&value) noexcept(noexcept(Value(std::forward< U >(value)))) | juce::Optional< Value > | inline |
| Optional(Optional &&other) noexcept(noexcept(std::declval< Optional >().constructFrom(other))) | juce::Optional< Value > | inline |
| Optional(const Optional &other) | juce::Optional< Value > | inline |
| Optional(Optional< Other > &&other) noexcept(noexcept(std::declval< Optional >().constructFrom(other))) | juce::Optional< Value > | inline |
| Optional(const Optional< Other > &other) | juce::Optional< Value > | inline |
| OptionalCopyAssignmentEnabled typedef | juce::Optional< Value > | private |
| OptionalCopyConstructorEnabled typedef | juce::Optional< Value > | private |
| OptionalMoveAssignmentEnabled typedef | juce::Optional< Value > | private |
| OptionalMoveConstructorEnabled typedef | juce::Optional< Value > | private |
| orFallback(U &&fallback) const | juce::Optional< Value > | inline |
| placeholder | juce::Optional< Value > | |
| reset() | juce::Optional< Value > | inline |
| storage | juce::Optional< Value > | |
| swap(Optional &other) noexcept(std::is_nothrow_move_constructible< Value >::value &&detail::adlSwap::isNothrowSwappable< Value >) | juce::Optional< Value > | inline |
| valid | juce::Optional< Value > | private |
| ~Optional() noexcept | juce::Optional< Value > | inline |