![]() |
NDEVR
API Documentation
|
Stores String variables reprenting the type of OS that will be supported by a particular module or resource. More...
Static Public Attributes | |
| static constexpr StringView | all = "windows|android|macx|ios|wasm" |
| All supported operating systems combined. | |
| static constexpr StringView | android = "android" |
| Google Android operating system. | |
| static constexpr StringView | ios = "ios" |
| Apple iOS operating system. | |
| static constexpr StringView | macx = "macx" |
| Apple macOS operating system. | |
| static constexpr StringView | wasm = "wasm" |
| WebAssembly (Emscripten) platform. | |
| static constexpr StringView | windows = "windows" |
| Microsoft Windows operating system. | |
Stores String variables reprenting the type of OS that will be supported by a particular module or resource.
Definition at line 14 of file ModuleResourceManager.h.