amalthea.libcore

Undocumented in source.

Members

Aliases

ssize_t
alias ssize_t = ptrdiff_t

Signed size_t.

Functions

getCompilerName
string getCompilerName()

Returns current compiler name.

getInfoAboutError
string getInfoAboutError(int err)

Returns string containing text view of an errno value.

Manifest constants

amaltheaCompiler
enum amaltheaCompiler;
Undocumented in source.

Mixin templates

RealizeErrnoException
mixintemplate RealizeErrnoException()

Template for exceptions using errno.

RealizeException
mixintemplate RealizeException()

Template for exceptions.

Meta