dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
Home
Dub
Repo
Configuration
dagon
core
config
Undocumented in source.
class
Configuration : Owner {
protected
VirtualFileSystem
fs
;
Properties
props
;
this
(Owner o);
~this
();
bool
fromFile
(string filename);
}
Constructors
this
this
(Owner o)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
fromFile
bool
fromFile
(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fs
VirtualFileSystem
fs
;
Undocumented in source.
props
Properties
props
;
Undocumented in source.
Meta
Source
See Implementation
dagon
core
config
classes
Configuration