reng ~master (2022-11-13T10:09:03Z)
Dub
Repo
ReloadableFile
re
util
hotreload
Undocumented in source.
class
ReloadableFile : Reloadable!T(
T
) {
string
[]
source_files
;
long
[]
file_mod_times
;
this
(string[] source_files);
long
get_file_mod_time
(string file);
bool
changed
();
T
reload
();
}
Constructors
this
this
(string[] source_files)
Undocumented in source.
Members
Functions
changed
bool
changed
()
Undocumented in source. Be warned that the author may not have intended to support it.
get_file_mod_time
long
get_file_mod_time
(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
reload
T
reload
()
Undocumented in source.
Variables
file_mod_times
long
[]
file_mod_times
;
Undocumented in source.
source_files
string
[]
source_files
;
Undocumented in source.
Meta
Source
See Implementation
re
util
hotreload
classes
ReloadableFile
ReloadableShader
interfaces
Reloadable