RTConstants

Undocumented in source.

Members

Aliases

constants
alias constants = runtimeConstants
Undocumented in source.

Functions

checkVersion
bool checkVersion(SemVer v)
Undocumented in source. Be warned that the author may not have intended to support it.
libVersions
auto ref libVersions()
Undocumented in source. Be warned that the author may not have intended to support it.
registerAppVars
void registerAppVars()
Undocumented in source. Be warned that the author may not have intended to support it.
registerAppVersion
void registerAppVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
semVer
auto ref semVer()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

runtimeConstants
shared(RTConstants) runtimeConstants;
Undocumented in source.

Variables

appBaseName
const(string) appBaseName;
Undocumented in source.
appDir
const(string) appDir;
Undocumented in source.
appFileName
const(string) appFileName;
Undocumented in source.
appName
string appName;
Undocumented in source.
argString
const(string) argString;
Undocumented in source.
buildType
const(string) buildType;
Undocumented in source.
compileTimestamp
const(string) compileTimestamp;
Undocumented in source.
compilerName
const(string) compilerName;
Undocumented in source.
compilerVersionMajor
const(uint) compilerVersionMajor;
Undocumented in source.
compilerVersionMinor
const(uint) compilerVersionMinor;
Undocumented in source.
curDir
const(string) curDir;
Undocumented in source.
dxxModule
const(bool) dxxModule;
Undocumented in source.
hostOperatingSystem
const(string) hostOperatingSystem;
Undocumented in source.
libTimestamp
const(string) libTimestamp;
Undocumented in source.
libTimestampISO
const(string) libTimestampISO;
Undocumented in source.
libVersion
const(string) libVersion;
Undocumented in source.
libVersionRange
const(string) libVersionRange;
Undocumented in source.
orgName
string orgName;
Undocumented in source.
unitTest
const(bool) unitTest;
Undocumented in source.
userAppVersion
string userAppVersion;
Undocumented in source.

Meta