Constants

Constants that represt the platform configuration. The class Constants constains enums or aliases, whereas RTConstants contains static strings.

class Constants {}

Members

Aliases

cpuCores
alias cpuCores = core.cpuid.coresPerCPU
Undocumented in source.
cpuThreads
alias cpuThreads = core.cpuid.threadsPerCPU
Undocumented in source.
exePath
alias exePath = thisExePath
Undocumented in source.
exePath
alias exePath = thisExePath
Undocumented in source.
processID
alias processID = thisProcessID
Undocumented in source.
threadID
alias threadID = thisThreadID
Undocumented in source.

Manifest constants

Posix
enum Posix;
Undocumented in source.
Posix
enum Posix;
Undocumented in source.
Posix
enum Posix;
Undocumented in source.
Windows
enum Windows;
Undocumented in source.
Windows
enum Windows;
Undocumented in source.
Windows
enum Windows;
Undocumented in source.
buildType
enum buildType;
Undocumented in source.
buildType
enum buildType;
Undocumented in source.
buildType
enum buildType;
Undocumented in source.
compileTimestamp
enum compileTimestamp;
Undocumented in source.
compilerName
enum compilerName;
Undocumented in source.
compilerVersionMajor
enum compilerVersionMajor;
Undocumented in source.
compilerVersionMinor
enum compilerVersionMinor;
Undocumented in source.
dxxModule
enum dxxModule;
Undocumented in source.
dxxModule
enum dxxModule;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
hostOperatingSystem
enum hostOperatingSystem;
Undocumented in source.
libTimestamp
enum libTimestamp;
Undocumented in source.
libTimestampISO
enum libTimestampISO;
Undocumented in source.
libVersion
enum libVersion;
Undocumented in source.
libVersionRange
enum libVersionRange;
Undocumented in source.
unitTest
enum unitTest;
Undocumented in source.
unitTest
enum unitTest;
Undocumented in source.

Templates

exePath
template exePath()
Undocumented in source.

Meta