libconfig-d ~master (2016-10-16T16:22:34Z)
Dub
Repo
TypedSetting.TypedSetting
config
setting
TypedSetting
Undocumented in source.
alias
TypedSetting
=
ScalarSetting
alias
TypedSetting
=
ArraySetting
alias
TypedSetting
=
ListSetting
template
TypedSetting
(Type type)
static if
(!(
type == Type.Bool || type == Type.Int || type == Type.Float || type == Type.String
))
static if
(!(
type == Type.Array
))
static if
(
type == Type.List
)
alias
TypedSetting
=
ListSetting
alias
TypedSetting
=
GroupSetting
Meta
Source
See Implementation
config
setting
TypedSetting
aliases
TypedSetting