IniLikeFile.onKeyValue

Add key/value pair for group. This function is called only in constructor and can be reimplemented in derived classes.

class IniLikeFile
protected @trusted
void
onKeyValue

Parameters

key string

Key to insert or set.

value string

Value to set for key.

currentGroup IniLikeGroup

The group returned recently by createGroup during parsing. Can be null (e.g. if discarded)

groupName string

The name of the currently parsed group. Set even if currentGroup is null.

See Also

createGroup

Meta