NDEVR
API Documentation
OSType

Stores String variables reprenting the type of OS that will be supported by a particular module or resource. More...

Collaboration diagram for OSType:
[legend]

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.

Detailed Description

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.


The documentation for this struct was generated from the following file: