|
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 noexcept | SDL::Mutex | inline |
| Lock() | SDL::Mutex | inline |
| Mutex(std::nullptr_t) noexcept | SDL::Mutex | inline |
| Mutex(const MutexRaw resource) noexcept | SDL::Mutex | inlineexplicit |
| Mutex(const Mutex &other) noexcept=default | SDL::Mutex | protected |
| Mutex(Mutex &&other) noexcept | 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 noexcept | SDL::Mutex | inlineexplicit |
| operator MutexParam() const noexcept | SDL::Mutex | inline |
| operator<=>(const Mutex &other) const noexcept=default | SDL::Mutex | |
| operator=(Mutex &&other) noexcept | SDL::Mutex | inline |
| operator=(const Mutex &other) noexcept=default | SDL::Mutex | protected |
| release() noexcept | SDL::Mutex | inline |
| TryLock() | SDL::Mutex | inline |
| Unlock() | SDL::Mutex | inline |
| ~Mutex() | SDL::Mutex | inline |