NDEVR
API Documentation
PlatformType

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...

Collaboration diagram for PlatformType:
[legend]

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.

Detailed Description

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.


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