Reloaded

Undocumented in source.

Constructors

this
this(string lib_path, T userdata)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

extern_init
alias extern_init = void function(void*)
Undocumented in source.
extern_load
alias extern_load = void function(void*)
Undocumented in source.
extern_uninit
alias extern_uninit = void function(void*)
Undocumented in source.
extern_unload
alias extern_unload = void function(void*)
Undocumented in source.
extern_update
alias extern_update = void function()
Undocumented in source.

Functions

load
void load(string lib_path, T userdata)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

noop
void noop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fw
FileWatch fw;
Undocumented in source.
lib
SharedLib lib;
Undocumented in source.
lib_path
string lib_path;
Undocumented in source.
lib_swaps
string[2] lib_swaps;
Undocumented in source.
lib_swaps_v
bool lib_swaps_v;
Undocumented in source.
update_fun
extern_update update_fun;
Undocumented in source.
userdata
void* userdata;
Undocumented in source.

Meta