https://github.com/jan-moravec/settings-text
Header only class for saving and loading key-value pairs to and from text file.
https://github.com/jan-moravec/settings-text
cpp library settings text
Last synced: 11 months ago
JSON representation
Header only class for saving and loading key-value pairs to and from text file.
- Host: GitHub
- URL: https://github.com/jan-moravec/settings-text
- Owner: jan-moravec
- License: mit
- Created: 2019-10-28T15:50:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T14:00:04.000Z (over 6 years ago)
- Last Synced: 2025-03-29T05:42:15.829Z (over 1 year ago)
- Topics: cpp, library, settings, text
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Settings
Header only class for saving and loading key-value pairs to and from text file.
Sometimes I need to save some values from my application. The easiest way is to use text file and convert the values to key-value string pairs.
This class enables it and gives it a form:
- Add file description.
- Add comments.
- Conversion to and from string using either std::stringstream or custom conversion function.
- Automatic sorting.
- Fast access using hash map.
## Author
* **Jan Moravec**
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details