ssll

Members

Aliases

LibHandler
alias LibHandler = void*
Undocumented in source.
LibHandler
alias LibHandler = HINSTANCE
Undocumented in source.

Enums

LoadApiSymbolsVerbose
enum LoadApiSymbolsVerbose
Undocumented in source.

Functions

api
auto api(string lname)
Undocumented in source. Be warned that the author may not have intended to support it.
apiFunctionPointerName
string apiFunctionPointerName(string f)
Undocumented in source. Be warned that the author may not have intended to support it.
getSymbol
auto getSymbol(LibHandler lib, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
loadLibrary
LibHandler loadLibrary(string name)
rtLib
string rtLib()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadLibrary
void unloadLibrary(LibHandler lib)

Mixin templates

apiSymbols
mixintemplate apiSymbols()
Undocumented in source.
funcPointers
mixintemplate funcPointers(funcs...)
Undocumented in source.

Structs

ApiUDA
struct ApiUDA
Undocumented in source.

Meta