-
Notifications
You must be signed in to change notification settings - Fork 5
Main features
Stefano Zaghi edited this page Apr 1, 2015
·
2 revisions
Here the main features are listed whereas for a complete list read all the documentation material (examples, wiki, etc...).
- User-friendly methods for IO INI files:
- parsing files:
- automatic parsing of all sections (whose number is auto-detected);
- automatic parsing of all options of each section (whose number is auto-detected);
- unlimited polymorphic option-values extraction;
- generating files:
- user-friendly add/remove sections/options;
- unlimited polymorphic option-values setting;
- introspection:
- self-consistency checks;
- pretty-printings;
- loop over options;
- inquiring the presence of sections/options by name;
- parsing files:
- errors trapping mechanism.
Any feature request is welcome.