econf v1.0.9 (2022-01-09T20:30:45Z)
Dub
Repo
EConf
econf
econf
Undocumented in source.
class
EConf {
EToken
[
int
]
toks_asnum
;
this
(string f);
template
get
(string name)
;
template
put
(T)
;
string
toksToString
();
}
Constructors
this
this
(string f)
Undocumented in source.
Members
Functions
toksToString
string
toksToString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Templates
get
template
get
(string name)
Undocumented in source.
put
template
put
(T)
Undocumented in source.
Variables
toks_asnum
EToken
[
int
]
toks_asnum
;
Undocumented in source.
Meta
Source
See Implementation
econf
econf
classes
EConf