readFields

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

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

Parameters

T

type of the class 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