ssll

Members

Aliases

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

Enums

LoadApiSymbolsVerbose
enum LoadApiSymbolsVerbose
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

api
auto api(string lname)
loadLibrary
LibHandler loadLibrary(string name)
unloadLibrary
void unloadLibrary(LibHandler lib)

Imports

AliasSeq (from std.meta)
public import std.meta : AliasSeq;
Undocumented in source.
ParameterIdentifierTuple (from std.traits)
public import std.traits : hasUDA, getUDAs, ReturnType, Parameters, ParameterIdentifierTuple;
Undocumented in source.
Parameters (from std.traits)
public import std.traits : hasUDA, getUDAs, ReturnType, Parameters, ParameterIdentifierTuple;
Undocumented in source.
ReturnType (from std.traits)
public import std.traits : hasUDA, getUDAs, ReturnType, Parameters, ParameterIdentifierTuple;
Undocumented in source.
getUDAs (from std.traits)
public import std.traits : hasUDA, getUDAs, ReturnType, Parameters, ParameterIdentifierTuple;
Undocumented in source.
hasUDA (from std.traits)
public import std.traits : hasUDA, getUDAs, ReturnType, Parameters, ParameterIdentifierTuple;
Undocumented in source.

Manifest constants

SSLL_CALL
enum SSLL_CALL;

Mixin templates

SSLL_INIT
mixintemplate SSLL_INIT()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
funcPointers
mixintemplate funcPointers(funcs...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ApiUDA
struct ApiUDA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

apiFunctionPointerName
template apiFunctionPointerName(string f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
commaSeparated
template commaSeparated(string[] arr)

used in rtLib mixin

funcsByUDA
template funcsByUDA(alias symbol, uda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta