aurorafw.core.dylib

Undocumented in source.

Members

Classes

DylibLoadException
class DylibLoadException
Undocumented in source.
DylibLoader
class DylibLoader
Undocumented in source.
DylibSymbolLoadException
class DylibSymbolLoadException
Undocumented in source.

Functions

dylib_bindSymbol
void dylib_bindSymbol(void* handle, void** ptr, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
dylib_load
void* dylib_load(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
dylib_sysError
void dylib_sysError(char* buf, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
dylib_unload
void dylib_unload(void* handle)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Dylib
struct Dylib
Undocumented in source.
DylibVersion
struct DylibVersion
Undocumented in source.

Templates

DylibBuildLoadSymbols
template DylibBuildLoadSymbols(alias T, bool required = false)
Undocumented in source.

Meta