DerelictSDLLoader

Undocumented in source.
class DerelictSDLLoader : SharedLibLoader {}

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Inherited Members

From SharedLibLoader

disableAutoUnload
void disableAutoUnload()
Undocumented in source. Be warned that the author may not have intended to support it.
isAutoUnloadEnabled
bool isAutoUnloadEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string libNameString)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[] libNames)
Undocumented in source. Be warned that the author may not have intended to support it.
unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.
isLoaded
bool isLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSymbols
void loadSymbols()
Undocumented in source.
loadSymbol
void* loadSymbol(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
lib
SharedLib lib()
Undocumented in source. Be warned that the author may not have intended to support it.
bindFunc
void bindFunc(void** ptr, string funcName, bool doThrow)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta