|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::Thread, including all inherited members.
| Detach() | SDL::Thread | inline |
| get() const | SDL::Thread | inline |
| GetID() const | SDL::Thread | inline |
| GetName() const | SDL::Thread | inline |
| GetState() const | SDL::Thread | inline |
| operator bool() const | SDL::Thread | inlineexplicit |
| operator ThreadParam() const | SDL::Thread | inline |
| operator<=>(const Thread &other) const =default | SDL::Thread | |
| operator=(Thread other) | SDL::Thread | inline |
| operator==(std::nullptr_t _) const | SDL::Thread | inline |
| release() | SDL::Thread | inline |
| SetCurrentPriority(ThreadPriority priority) | SDL::Thread | inlinestatic |
| Thread()=default | SDL::Thread | |
| Thread(const ThreadRaw resource) | SDL::Thread | inlineexplicit |
| Thread(const Thread &other)=delete | SDL::Thread | |
| Thread(Thread &&other) | SDL::Thread | inline |
| Thread(const ThreadRef &other)=delete (defined in SDL::Thread) | SDL::Thread | |
| Thread(ThreadRef &&other)=delete (defined in SDL::Thread) | SDL::Thread | |
| Thread(ThreadCB fn, StringParam name) | SDL::Thread | inline |
| Thread(ThreadFunction fn, StringParam name, void *data) | SDL::Thread | inline |
| Thread(PropertiesParam props) | SDL::Thread | inline |
| Wait(int *status) | SDL::Thread | inline |
| ~Thread() | SDL::Thread | inline |