Module dlangui.core.settings

This module contains implementation of settings container.

Similar to JSON, can be written/read to/from JSON.

Difference from usual JSON implementations: map (object) is ordered - will be written in the same order as read (or created).

Has a lot of methods for convenient storing/accessing of settings.

Synopsis

import dlangui.core.settings;

Setting s = new Setting();

Functions

Name Description
parseLong
parseULong

Classes

Name Description
Setting setting object
SettingsFile Settings object whith file information

Enums

Name Description
SettingType setting types - same as in std.json

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0