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