inilike.file

Class representation of ini-like file.

Public Imports

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

Members

Classes

IniLikeFile
class IniLikeFile

Ini-like file.

IniLikeGroup
class IniLikeGroup

This class represents the group (section) of key-value entries in the ini-like file. Instances of this class can be created only in the context of IniLikeFile or its derivatives. Values are stored in the escaped form, but the interface allows to set and get values in both escaped and unescaped forms. Note: Keys are case-sensitive.

Structs

IniLikeLine
struct IniLikeLine

Line in group.

ListMap
struct ListMap(K, V, size_t chunkSize = 32)

Container used internally by IniLikeFile and IniLikeGroup. Technically this is a list with optional value access by key.

See Also

Meta