inilike.file

Class representation of ini-like file.

Public Imports

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

Members

Classes

IniLikeEntryException
class IniLikeEntryException

Exception thrown when trying to set invalid key or value.

IniLikeException
class IniLikeException

Base class for ini-like format errors.

IniLikeFile
class IniLikeFile

Ini-like file.

IniLikeGroup
class IniLikeGroup

This class represents the group (section) in the ini-like file. You can create and use instances of this class only in the context of IniLikeFile or its derivatives. Note: Keys are case-sensitive.

IniLikeReadException
class IniLikeReadException

Exception thrown on the file read error.

Structs

IniLikeLine
struct IniLikeLine

Line in group.

See Also

Meta