Bundle.this

Build Bundle from text file

  1. this(string filePath, Parameters pars)
    class Bundle
    @trusted immutable
    this
    (
    string filePath
    ,
    immutable Parameters pars = immutable Parameters()
    )
  2. this(string[] lines, Parameters pars)
  3. this(string[int] lines, Parameters pars)

Throws

BundleException, GlKeyNotFoundException, KeyNotFoundException, ValuesNotFoundException, Exception

Meta