![]() |
NDEVR
API Documentation
|
Stores String variables reprenting the type of platform CPU configuration that will be supported by a particular Module or resource (x64, x86, arm etc). More...
Static Public Attributes | |
| static constexpr StringView | all = "x86|x64|armeabi|arm64" |
| All supported CPU architectures combined. | |
| static constexpr StringView | arm64 = "arm64" |
| 64-bit ARM CPU architecture. | |
| static constexpr StringView | armeabi = "armeabi" |
| ARM EABI CPU architecture. | |
| static constexpr StringView | x64 = "x64" |
| 64-bit x86-64 CPU architecture. | |
| static constexpr StringView | x86 = "x86" |
| 32-bit x86 CPU architecture. | |
Stores String variables reprenting the type of platform CPU configuration that will be supported by a particular Module or resource (x64, x86, arm etc).
Definition at line 41 of file ModuleResourceManager.h.