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. Instances of this class can be created only in the context of IniLikeFile or its derivatives. Note: Keys are case-sensitive.

IniLikeGroupException
class IniLikeGroupException

Exception thrown on error with group.

IniLikeReadException
class IniLikeReadException

Exception thrown on the file read error.

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 list with optional value access by key.

See Also

Meta