Ini-like file.
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.
Line in group.
Container used internally by IniLikeFile and IniLikeGroup. Technically this is a list with optional value access by key.
Class representation of ini-like file.