aurorafw ~legacy (2022-03-26T02:55:31.6847697)
Dub
Repo
DylibSymbolLoadException
aurorafw
core
dylib
Undocumented in source.
version(!D_BetterC)
class
DylibSymbolLoadException : Exception {
this
(string msg, size_t line, string file);
this
(string lib, string symbol, size_t line, string file);
string
lib
[@property getter];
string
symbol
[@property getter];
}
Constructors
this
this
(string msg, size_t line, string file)
Undocumented in source.
this
this
(string lib, string symbol, size_t line, string file)
Undocumented in source.
Members
Properties
lib
string
lib
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
symbol
string
symbol
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
aurorafw
core
dylib
classes
DylibLoadException
DylibLoader
DylibSymbolLoadException
functions
dylib_bindSymbol
dylib_load
dylib_sysError
dylib_unload
structs
Dylib
DylibVersion
templates
DylibBuildLoadSymbols