An object that manages the execution of tasks serially or concurrently on your app's main thread or o...
Definition DispatchQueue.hpp:36
Interface for accessing file systems.
Definition FileSystem.hpp:28
Definition Application.hpp:19
std::unique_ptr< T, Deleter > UPtr
UPtr is a smart pointer that owns and manages another object through a pointer and disposes of that o...
Definition SmartPtr.hpp:28
Win32UserMessages
Definition Win32Platform.hpp:16
@ WM_USER_CALLBACK
Definition Win32Platform.hpp:17
@ WM_USER_STOP
Definition Win32Platform.hpp:18
DispatchQueueType
Specifies the type of the queue.
Definition DispatchQueue.hpp:17
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25