riverd-loader ~master (2022-01-09T21:15:15.2842223)
Dub
Repo
DylibSymbolLoadException
riverd
loader
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
riverd
loader
classes
DylibLoadException
DylibLoader
DylibSymbolLoadException
functions
dylib_bindSymbol
dylib_is_loaded
dylib_load
dylib_sysError
dylib_unload
structs
Dylib
DylibVersion