SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::Mutex, including all inherited members.
Destroy() | SDL::Mutex | inline |
get() const | SDL::Mutex | inline |
Lock() | SDL::Mutex | inline |
Mutex(const MutexRaw resource) | SDL::Mutex | inlineexplicit |
Mutex(const Mutex &other)=delete | SDL::Mutex | |
Mutex(Mutex &&other) | SDL::Mutex | inline |
Mutex(const MutexRef &other)=delete (defined in SDL::Mutex) | SDL::Mutex | |
Mutex(MutexRef &&other)=delete (defined in SDL::Mutex) | SDL::Mutex | |
Mutex() | SDL::Mutex | inline |
operator bool() const | SDL::Mutex | inlineexplicit |
operator MutexParam() const | SDL::Mutex | inline |
operator<=>(const Mutex &other) const =default | SDL::Mutex | |
operator=(Mutex other) | SDL::Mutex | inline |
operator==(std::nullptr_t _) const | SDL::Mutex | inline |
release() | SDL::Mutex | inline |
TryLock() | SDL::Mutex | inline |
Unlock() | SDL::Mutex | inline |
~Mutex() | SDL::Mutex | inline |