IniSection.parse

Parses filename

  1. void parse(string filename, bool doLookups)
    struct IniSection
    void
    parse
    (
    string filename
    ,
    bool doLookups = true
    )
  2. void parse(File* file, bool doLookups)

Parameters

filename string

Configuration filename

doLookups bool

Should variable lookups be resolved after parsing?

Meta