readFields

Fills the fields of the reference from config file's group.

  1. void readFields(cstring group, T reference, Source config)
  2. void readFields(cstring group, T reference, Source config)
    package
    void
    readFields
    (
    T
    Source
    )
    (,
    ref T reference
    ,
    Source config
    )

Parameters

T

type of the aggregate to fill

Source

source to use

group cstring

group to read fields from

reference T

reference to the object to be filled

config Source

instance of the source to use

Meta