SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::Condition, including all inherited members.
Broadcast() | SDL::Condition | inline |
Condition(const ConditionRaw resource) | SDL::Condition | inlineexplicit |
Condition(const Condition &other)=delete | SDL::Condition | |
Condition(Condition &&other) | SDL::Condition | inline |
Condition(const ConditionRef &other)=delete (defined in SDL::Condition) | SDL::Condition | |
Condition(ConditionRef &&other)=delete (defined in SDL::Condition) | SDL::Condition | |
Condition() | SDL::Condition | inline |
Destroy() | SDL::Condition | inline |
get() const | SDL::Condition | inline |
operator bool() const | SDL::Condition | inlineexplicit |
operator ConditionParam() const | SDL::Condition | inline |
operator<=>(const Condition &other) const =default | SDL::Condition | |
operator=(Condition other) | SDL::Condition | inline |
operator==(std::nullptr_t _) const | SDL::Condition | inline |
release() | 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 |