|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::ConditionRef, including all inherited members.
| Broadcast() | SDL::Condition | inline |
| Condition(std::nullptr_t) noexcept | SDL::ConditionRef | inline |
| Condition(const ConditionRaw resource) noexcept | SDL::ConditionRef | inlineexplicit |
| Condition(const Condition &other)=delete | SDL::ConditionRef | |
| Condition(Condition &&other) noexcept | SDL::ConditionRef | inline |
| Condition(const ConditionRef &other)=delete (defined in SDL::ConditionRef) | SDL::ConditionRef | |
| Condition(ConditionRef &&other)=delete (defined in SDL::ConditionRef) | SDL::ConditionRef | |
| Condition() | SDL::ConditionRef | inline |
| ConditionRef(ConditionParam resource) noexcept | SDL::ConditionRef | inline |
| ConditionRef(ConditionRaw resource) noexcept | SDL::ConditionRef | inline |
| ConditionRef(const ConditionRef &other) noexcept | SDL::ConditionRef | inline |
| Destroy() | SDL::Condition | inline |
| get() const noexcept | SDL::Condition | inline |
| operator bool() const noexcept | SDL::Condition | inlineexplicit |
| operator ConditionParam() const noexcept | SDL::Condition | inline |
| operator<=>(const Condition &other) const noexcept=default | SDL::Condition | |
| operator=(Condition &&other) noexcept | SDL::Condition | inline |
| operator=(const Condition &other) noexcept=default | SDL::Condition | protected |
| release() noexcept | SDL::Condition | inline |
| Signal() | SDL::Condition | inline |
| Wait(MutexParam mutex) | SDL::Condition | inline |
| WaitTimeout(MutexParam mutex, std::chrono::milliseconds timeout) | SDL::Condition | inline |
| ~Condition() | SDL::Condition | inline |
| ~ConditionRef() | SDL::ConditionRef | inline |