Reading and writing ini-like files used in some Unix systems and Freedesktop specifications. ini-like is informal name for the file format that look like this:
# Comment [Group name] Key=Value # Comment inside group AnotherKey=Value [Another group] Key=English value Key[fr_FR]=Francais value
Common functions for dealing with entries in ini-like file.
Class representation of ini-like file.
Parsing contents of ini-like files via range-based interface.
Desktop Entry Specification
See Source File
Roman Chistokhodov
Roman Chistokhodov, 2015-2016
Boost License 1.0.
Reading and writing ini-like files used in some Unix systems and Freedesktop specifications. ini-like is informal name for the file format that look like this: