inilike.read

Reading ini-like files without usage of inilike.file.IniLikeFile class.

Public Imports

inilike.range
public import inilike.range;
Undocumented in source.
inilike.exception
public import inilike.exception;
Undocumented in source.

Members

Enums

ActionOnGroup
enum ActionOnGroup

What to do when encounter some group name in onGroup callback of readIniLike.

Functions

readIniLike
void readIniLike(IniLikeReader reader, void delegate(string) onLeadingComment, ActionOnGroup delegate(string) onGroup, void delegate(string, string, string) onKeyValue, void delegate(string, string) onCommentInGroup, string fileName)

Read ini-like file entries via the set of callbacks. Callbacks can be null, but basic format validation is still run in this case.

See Also

Meta