dcompute.driver.error

Members

Classes

DComputeDriverException
class DComputeDriverException

Undocumented in source.

Enums

Status
enum Status

Undocumented in source.

Functions

checkErrors
void checkErrors()

Undocumented in source. Be warned that the author may not have intended to support it.

checkErrors
void checkErrors()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultOnDriverError
void delegate(Status) nothrow @(nogc) defaultOnDriverError;

Undocumented in source.

defaultOnDriverError
void delegate(Status) defaultOnDriverError;

Undocumented in source.

onDriverError
void delegate(Status) nothrow @(nogc) onDriverError;

Undocumented in source.

onDriverError
void delegate(Status) onDriverError;

Undocumented in source.

status
Status status;

Undocumented in source.

Meta