dirk v0.1.0 (2015-04-18T07:50:27Z)
Home
Dub
Repo
DynamicLibrary
loader
loader
Undocumented in source.
struct
DynamicLibrary {
this
(char[] name);
void
resolve
(string file, size_t line);
}
Constructors
this
this
(char[] name)
Undocumented in source.
Members
Functions
resolve
void
resolve
(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
loader
loader
classes
DynamicLoaderException
structs
DynamicLibrary