IniConfigs

Undocumented in source.

Constructors

this
this(string content)

Constructors

this
this(File file)
Undocumented in source.

Members

Functions

add
void add(File file)

add file

add
void add(string content)

add content

empty
bool empty()

Check if ini configs has not entries

get
T get(string key, T dfltValue, bool noEmpty)

Get ini entry

get
T get(string key)

Get ini entry

has
bool has(string key)

Check if ini entry exists

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(string content)

assignment

opAssign
void opAssign(File file)
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size()

Returns counts of ini entries

Meta